Skip to content

Commit

Permalink
remove support for Node 14 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jerriclynsjohn committed Aug 3, 2023
1 parent 93291a9 commit c20ad94
Show file tree
Hide file tree
Showing 2 changed files with 2 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: [14.x, 16.x, 18.x, 19.x]
node-version: [16.x, 18.x, 19.x]
platform:
- os: ubuntu-latest
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@
"node-fetch": "^2.6.7"
},
"engines": {
"node": ">=12"
"node": ">=16"
}
}

0 comments on commit c20ad94

Please sign in to comment.