Skip to content

Commit

Permalink
Remove support for deprecated node v14.
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Apr 13, 2023
1 parent e886179 commit edd6f58
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: 16
NODE_COV: 18

permissions:
contents: read
Expand All @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16, 18]
node: [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": ">=14.14"
"node": ">=16"
},
"main": "build/src/index.js",
"scripts": {
Expand Down

0 comments on commit edd6f58

Please sign in to comment.