Skip to content

Commit

Permalink
chore: drop node 14, add node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
wallet77 committed Nov 27, 2023
1 parent 5d52fac commit dc02227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,9 @@ Basic CI output with Github actions:

| Version | Supported | Tested |
|:-------------:|:-------------:|:--------------:|
| 20.x | yes | yes |
| 18.x | yes | yes |
| 16.x | yes | yes |
| 14.x | yes | yes |

## Test

Expand Down

0 comments on commit dc02227

Please sign in to comment.