Skip to content

Commit

Permalink
Bump node.js version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
keichi committed Jul 17, 2023
1 parent f847630 commit 53fe541
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:

strategy:
matrix:
node-version: [12, 14, 16]
node-version: [16, 18, 20]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
},
"bugs": "http://github.com/keichi/binary-parser/issues",
"engines": {
"node": ">=12"
"node": ">=14"
}
}

0 comments on commit 53fe541

Please sign in to comment.