Skip to content

Commit

Permalink
bump to node v20 (#4678)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianedwards authored May 21, 2024
1 parent d8a6e48 commit b2d0647
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Install NPM Dependencies
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_push_checks_node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/setup-node@v3
if: steps.changed-files.outputs.any_changed == 'true'
with:
node-version: 16
node-version: 20
- name: Setup NPM
if: steps.changed-files.outputs.any_changed == 'true'
working-directory: dashboard
Expand Down
4 changes: 2 additions & 2 deletions dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
"zod": "^3.20.2"
},
"engines": {
"node": ">=16 <17",
"npm": "9.7.2"
"node": ">=20 <21",
"npm": "10.5.2"
},
"scripts": {
"test": "jest",
Expand Down

0 comments on commit b2d0647

Please sign in to comment.