Skip to content

Commit

Permalink
build!: drop support for node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
joelcarr committed Jan 23, 2024
1 parent c9e678c commit 164e692
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@ workflows:
name: build-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.20", "18.16", "20.11" ]
node-version: [ "18.16", "20.11" ]
- test:
requires:
- build-v<< matrix.node-version >>
name: test-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.20", "18.16", "20.11" ]
node-version: [ "18.16", "20.11" ]

build-test-publish:
when:
Expand All @@ -154,7 +154,7 @@ workflows:
name: build-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.20", "18.16", "20.11" ]
node-version: [ "18.16", "20.11" ]
- test:
filters:
<<: *filters_version_tag
Expand All @@ -163,7 +163,7 @@ workflows:
name: test-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.20", "18.16", "20.11" ]
node-version: [ "18.16", "20.11" ]
- publish:
context: npm-publish-token
filters:
Expand All @@ -186,12 +186,12 @@ workflows:
name: build-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.20", "18.16", "20.11" ]
node-version: [ "18.16", "20.11" ]
- test:
requires:
- build-v<< matrix.node-version >>
context: next-nightly-build
name: test-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.20", "18.16", "20.11" ]
node-version: [ "18.16", "20.11" ]
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"snyk": "^1.168.0"
},
"engines": {
"node": "16.x || 18.x || 20.x",
"npm": "7.x || 8.x || 9.x || 10.x"
"node": "18.x || 20.x",
"npm": "8.x || 9.x || 10.x"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 164e692

Please sign in to comment.