Skip to content

Commit

Permalink
Raise minimum Node.js version to 18 (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops authored and frederikprijck committed Oct 27, 2023
1 parent d74ced1 commit d7d2514
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ workflows:
- build:
matrix:
parameters:
node-version: ["16.20", "18.16", "20.4"]
node-version: ["18.16", "20.4"]
- ship/node-publish:
publish-command: npm publish --tag beta
context:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
strategy:
matrix:
node: [ 16, 18, 20 ]
node: [ 18, 20 ]

name: Build Package (Node ${{ matrix.node }})
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"build"
],
"engines": {
"node": ">=16"
"node": ">=18"
},
"lint-staged": {
"*.{js,ts}": "eslint --fix"
Expand Down

0 comments on commit d7d2514

Please sign in to comment.