Skip to content

Commit c8ec660

Browse files
committed
chore!: drop support for Node 16
BREAKING CHANGE: drop support for Node 16
1 parent 0f85491 commit c8ec660

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
test_matrix:
3030
strategy:
3131
matrix:
32-
node-version: [16, 18, 20, 22]
32+
node-version: [18, 20, 22]
3333
os: [ubuntu-latest, macos-latest, windows-latest]
3434

3535
runs-on: ${{ matrix.os }}

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 16.20.2
1+
nodejs 18.20.5

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
1515
],
1616
"engines": {
17-
"node": ">=16.20"
17+
"node": ">=18.20"
1818
},
1919
"scripts": {
2020
"test": "npm run test:all && npm run knip",

0 commit comments

Comments
 (0)