Skip to content

Commit

Permalink
Add Node 20 to the test matrix (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Oct 3, 2023
1 parent 5538496 commit c8108c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
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 c8108c9

Please sign in to comment.