Skip to content

Commit

Permalink
Merge pull request #718 from akunzai/node16-eol
Browse files Browse the repository at this point in the history
Node.js 16 EOL since 2023-09-11
  • Loading branch information
akunzai authored Jul 6, 2023
2 parents ddf722c + f36664c commit 7e4b37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '16', '18' ]
node: [ '18', '20' ]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 7e4b37f

Please sign in to comment.