@@ -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: |
@@ -31,7 +31,7 @@ jobs:
if: steps.changed-files.outputs.any_changed == 'true'
- name: Setup NPM
working-directory: dashboard
@@ -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",