Skip to content

Commit

Permalink
Revert "Remove support for deprecated node v14." (#1300)
Browse files Browse the repository at this point in the history
This reverts commit edd6f58.
  • Loading branch information
raineorshine committed May 9, 2023
1 parent 708b974 commit 0de9b33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
FORCE_COLOR: 2
NODE_COV: 18
NODE_COV: 16

permissions:
contents: read
Expand All @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16, 18]
node: [14, 16, 18]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ncu"
],
"engines": {
"node": ">=16"
"node": ">=14.14"
},
"main": "build/src/index.js",
"scripts": {
Expand Down

0 comments on commit 0de9b33

Please sign in to comment.