We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4ba3f commit 4c87d75Copy full SHA for 4c87d75
.github/workflows/tester.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: [ubuntu-latest, windows-latest, macos-latest]
11
- node-version: ["14.x", "16.x", "18.x"]
+ node-version: ["16.x", "18.x"]
12
fail-fast: false
13
steps:
14
- uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
27
28
29
os: [ubuntu-latest]
30
- node-version: ["14.x"]
+ node-version: ["16.x"]
31
32
33
- name: Use Node.js ${{ matrix.node-version }}
package.json
@@ -47,6 +47,6 @@
47
"nyc": "^15.1.0"
48
},
49
"engines": {
50
- "node": ">=12.13.0"
+ "node": ">=16"
51
}
52
0 commit comments