Skip to content

Commit

Permalink
chore: change the node version
Browse files Browse the repository at this point in the history
Error: Cannot find module @rollup/rollup-linux-x64-gnu. npm has a bug related to optional dependencies (npm/cli#4828). Please try `npm i` again after removing both package-lock.json and node_modules directory.
  • Loading branch information
ha-ccoon committed Nov 9, 2024
1 parent 15db3e7 commit e0dcf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [22.x]
node-version: [20.x]

steps:
- name: Checkout code
Expand Down

0 comments on commit e0dcf5a

Please sign in to comment.