Skip to content

Commit 100b5b1

Browse files
authored
Test for newer node version, remove v14
1 parent de01077 commit 100b5b1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [14.x, 16.x, 18.x, 20.x]
13+
node-version: [16.x, 18.x, 20.x, 22.x]
1414
steps:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-node@v2

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
node-version: [14.x, 16.x, 18.x, 20.x]
15+
node-version: [16.x, 18.x, 20.x, 22.x]
1616
steps:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-node@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"runkitExampleFilename": "sample.js",
4949
"engines": {
50-
"node": ">= 14.0.0"
50+
"node": ">= 16.0.0"
5151
},
5252
"license": "MIT",
5353
"bugs": {

0 commit comments

Comments
 (0)