Skip to content

Commit 4c87d75

Browse files
authored
bump node to 16+ (#221)
1 parent 8b4ba3f commit 4c87d75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tester.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, windows-latest, macos-latest]
11-
node-version: ["14.x", "16.x", "18.x"]
11+
node-version: ["16.x", "18.x"]
1212
fail-fast: false
1313
steps:
1414
- uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
node-version: ["14.x"]
30+
node-version: ["16.x"]
3131
steps:
3232
- uses: actions/checkout@v4
3333
- name: Use Node.js ${{ matrix.node-version }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"nyc": "^15.1.0"
4848
},
4949
"engines": {
50-
"node": ">=12.13.0"
50+
"node": ">=16"
5151
}
5252
}

0 commit comments

Comments
 (0)