Skip to content

Commit

Permalink
Remove support for end-of-life Node 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Nov 8, 2023
1 parent 560dbfc commit 7579b35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
node-version: [ 16, 18, 20 ]
node-version: [ 18, 20 ]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
node-version: [ 16, 18, 20 ]
node-version: [ 18, 20 ]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"webworker-install": "npm run docker-npm-install -- --no-save path-browserify process setimmediate stream-browserify url util webpack-cli"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"files": [
"append-to-array.js",
Expand Down

0 comments on commit 7579b35

Please sign in to comment.