Skip to content

Commit

Permalink
BREAKING: requires node.js 18.17 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
myfreeer committed Oct 5, 2024
1 parent d651f85 commit c8974a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 14
node-version: 18
- run: npm ci
- run: npm test

Expand All @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: '18.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install -g npm
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib",
"types": "lib",
"engines": {
"node": ">=12.16.0"
"node": ">=18.17.0"
},
"scripts": {
"clean": "rimraf lib/*",
Expand Down

0 comments on commit c8974a6

Please sign in to comment.