We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f847630 commit 53fe541Copy full SHA for 53fe541
2 files changed
.github/workflows/nodejs.yml
@@ -13,12 +13,12 @@ jobs:
13
14
strategy:
15
matrix:
16
- node-version: [12, 14, 16]
+ node-version: [16, 18, 20]
17
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
20
- name: Use Node.js ${{ matrix.node-version }}
21
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
22
with:
23
node-version: ${{ matrix.node-version }}
24
- run: npm ci
package.json
@@ -58,6 +58,6 @@
58
},
59
"bugs": "http://github.com/keichi/binary-parser/issues",
60
"engines": {
61
- "node": ">=12"
+ "node": ">=14"
62
}
63
0 commit comments