Skip to content

Commit

Permalink
chore!: raise minimal Node.js version to 14
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Use Node.js 14 or higher. sync-fetch 0.3.x will keep
getting critical security fixes if possible, but keep in mind that
Node.js 12 itself is EOL and will itself not receive any security
updates.
  • Loading branch information
larsgw committed May 24, 2022
1 parent 2da19a9 commit 096e7a3
Show file tree
Hide file tree
Showing 4 changed files with 1,328 additions and 2,452 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 096e7a3

Please sign in to comment.