Skip to content

Commit

Permalink
feat: 🚀 Node.js minimum version to 16
Browse files Browse the repository at this point in the history
BREAKING CHANGE: 🧨Node.js v14 has been dropped
  • Loading branch information
dc7290 committed Dec 17, 2022
1 parent cbf40ad commit ac0d7f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
node:
- 14
- 16
- 18
os:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'
- run: yarn install
- run: yarn test
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"react-dom": "^17.0.2 || ^18.0.0-0"
},
"engines": {
"node": "^14.0.0 || ^16.0.0 || ^18.0.0"
"node": "^16.0.0 || ^18.0.0"
},
"volta": {
"node": "18.12.1",
Expand Down

1 comment on commit ac0d7f9

@vercel
Copy link

@vercel vercel bot commented on ac0d7f9 Dec 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.