Skip to content

Commit

Permalink
bump required node version
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Apr 2, 2023
1 parent 32bad34 commit 8b073a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 17.x]
node-version: [14.17, 16.x, 18.x, 19.x]
platform:
- os: ubuntu-latest
shell: bash
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# change log

## 8.0

- Bump required Node.js version

## 7.4

- Add `escape()` method
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"endOfLine": "lf"
},
"engines": {
"node": ">=10"
"node": ">=16 || 14 >=14.17"
},
"dependencies": {
"brace-expansion": "^2.0.1"
Expand Down

0 comments on commit 8b073a1

Please sign in to comment.