Skip to content

Commit

Permalink
chore: Replace EOL Node 14/19 with Node 20 (nodejs#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored Jun 13, 2023
1 parent dd3b422 commit fbdc1da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ jobs:
- ubuntu-latest
- windows-latest
node-version:
- 14.x
- 16.x
- 18.x
- 19.x
- 20.x

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
"check-coverage": false
},
"engines": {
"node": "14.x || 16.x || 18.x"
"node": "16.x || 18.x || 20.x"
}
}

0 comments on commit fbdc1da

Please sign in to comment.