Skip to content

Commit

Permalink
feat: set node to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
hexnickk4997 committed Jan 31, 2024
1 parent fbd3aac commit 067493e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 20
cache: "yarn"

- name: Install dependencies
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "cms",
"version": "0.0.0",
"private": true,
"engines": {
"node": ">=20.0.0 <21.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -22,7 +25,7 @@
"@lidofinance/next-pages": "^0.20.0",
"@lidofinance/rpc": "^0.20.0",
"@next/font": "13.1.1",
"@types/node": "18.11.18",
"@types/node": "^20.0.0",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/styled-components": "^5.1.26",
Expand Down

0 comments on commit 067493e

Please sign in to comment.