Skip to content

Commit

Permalink
Update nodejs to v20.10 in CI (#166)
Browse files Browse the repository at this point in the history
* update nodejs to v20.10 in github action

* loosen restriction on npm version
frontend should work as long as we have correct nodejs version. don't think the npm version is necessary
  • Loading branch information
mikkeldenker authored Feb 22, 2024
1 parent 1260ba0 commit d30cb51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- uses: taiki-e/install-action@v2
with:
tool: cargo-about
- uses: actions/setup-node@v4
with:
node-version: 20.10.x
- name: Run CI
run: ./scripts/ci/all
- name: Test
Expand Down
3 changes: 1 addition & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"ts-pattern": "^5.0.6"
},
"engines": {
"node": "20.10.x",
"npm": "10.2.x"
"node": "20.10.x"
}
}

0 comments on commit d30cb51

Please sign in to comment.