Skip to content

Commit

Permalink
Drop Node 16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
darekkay committed May 23, 2024
1 parent c7d2503 commit c6c6a8e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: app-node-${{ matrix.node }}
strategy:
matrix:
node: [ 16, 20 ]
node: [ 18, 22 ]
fail-fast: true
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"vite-tsconfig-paths": "4.0.3"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"homepage": "https://dashboard.darekkay.com",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"typescript": "4.5.4"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"homepage": "https://dashboard.darekkay.com",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"webpack": "4.46.0"
},
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"homepage": "https://dashboard.darekkay.com/storybook/",
"license": "MIT",
Expand Down

0 comments on commit c6c6a8e

Please sign in to comment.