Skip to content

Commit

Permalink
feat!: Remove Node 16 (#402)
Browse files Browse the repository at this point in the history
BREAKING CHANGE
  • Loading branch information
lholmquist committed Apr 23, 2024
1 parent 814aa83 commit 36947b8
Show file tree
Hide file tree
Showing 4 changed files with 14,949 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci-action.yml
Expand Up @@ -13,7 +13,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.release_created }}
- run: npm ci
Expand Down
14,947 changes: 14,946 additions & 1 deletion package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
}
],
"engines": {
"node": "^20 || ^18 || ^16 ||"
"node": "^20 || ^18"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 36947b8

Please sign in to comment.