Skip to content

Commit

Permalink
chore: Test Node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimvh committed Oct 5, 2023
1 parent c951982 commit 43be71e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/npm-test.yml
Expand Up @@ -29,6 +29,8 @@ jobs:
- '16.x'
- '18.0'
- '18.x'
- '20.0'
- '20.x'
timeout-minutes: 15
steps:
- name: Use Node.js ${{ matrix.node-version }}
Expand Down Expand Up @@ -61,6 +63,7 @@ jobs:
- '14.x'
- '16.x'
- '18.x'
- '20.x'
env:
TEST_DOCKER: true
services:
Expand Down Expand Up @@ -96,6 +99,7 @@ jobs:
- '14.x'
- '16.x'
- '18.x'
- '20.x'
timeout-minutes: 20
steps:
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 43be71e

Please sign in to comment.