Skip to content

Commit 53fe541

Browse files
committed
Bump node.js version requirement
1 parent f847630 commit 53fe541

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [12, 14, 16]
16+
node-version: [16, 18, 20]
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v2
21+
uses: actions/setup-node@v3
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
- run: npm ci

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
},
5959
"bugs": "http://github.com/keichi/binary-parser/issues",
6060
"engines": {
61-
"node": ">=12"
61+
"node": ">=14"
6262
}
6363
}

0 commit comments

Comments
 (0)