Skip to content

Commit

Permalink
ci: add node v20 and drop node v16
Browse files Browse the repository at this point in the history
node v16 is now EOL, and v20 is the active one.
See https://github.com/nodejs/release#release-schedule
  • Loading branch information
cexbrayat committed Sep 19, 2023
1 parent 385ceb7 commit d057da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node: [16, 18]
node: [18, 20]

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

0 comments on commit d057da9

Please sign in to comment.