Skip to content

Commit

Permalink
chore: update node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed May 6, 2024
1 parent aa085e6 commit 3b47a2c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ref: ${{ github.event.workflow_run.head_branch }}
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- uses: actions/cache@v2
id: root-npm-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- uses: actions/cache@v2
id: root-npm-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"pathpida": "^0.21.0"
},
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"vitest": "^0.34.1"
},
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
}
}
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"vite-tsconfig-paths": "^4.2.0"
},
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
}
}

0 comments on commit 3b47a2c

Please sign in to comment.