Skip to content

Commit

Permalink
loosen restriction on npm version
Browse files Browse the repository at this point in the history
frontend should work as long as we have correct nodejs version. don't think the npm version is necessary
  • Loading branch information
mikkeldenker committed Feb 22, 2024
1 parent 541019e commit 30a8316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
tool: cargo-about
- uses: actions/setup-node@v4
with:
node-version: 20.10
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 30a8316

Please sign in to comment.