Skip to content

Commit

Permalink
Add Node 20 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Jul 2, 2023
1 parent ba3a212 commit c9c2cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [14, 16, 18]
node-version: [14, 16, 18, 20]

steps:
- uses: actions/checkout@v3
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
Expand Down

0 comments on commit c9c2cfd

Please sign in to comment.