Skip to content

Commit 852bf6e

Browse files
authored
remove node 12 from test matrix (#2069)
1 parent 2ff2e1d commit 852bf6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on: [push, pull_request]
99
jobs:
1010
build:
1111
name: Test
12-
uses: pkgjs/action/.github/workflows/node-test.yaml@v0.1
12+
uses: pkgjs/action/.github/workflows/node-test.yaml@v0.1.6
1313
with:
1414
runs-on: ubuntu-latest, windows-latest
1515
test-command: npm run coverage:ci

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"ws": "^8.11.0"
105105
},
106106
"engines": {
107-
"node": ">=12.18"
107+
"node": ">=14.0"
108108
},
109109
"standard": {
110110
"env": [

0 commit comments

Comments
 (0)