Skip to content

Commit

Permalink
feat(pkg): Drop support for Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
lupomontero committed Jun 11, 2024
1 parent b83c880 commit d364fbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [16, 18, 20]
node-version: [18, 20]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [16, 18, 20]
node-version: [18, 20]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"ws": "^8.16.0"
},
"engines": {
"node": ">=16.x"
"node": ">=18.x"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit d364fbf

Please sign in to comment.