Skip to content

Commit

Permalink
test: Run tests on Node 21
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimvh committed Dec 12, 2023
1 parent 3a9b0d6 commit 8f74fc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-test.yml
Expand Up @@ -27,6 +27,7 @@ jobs:
- 18.x
- '20.0'
- 20.x
- 21.x
timeout-minutes: 15
steps:
- name: Use Node.js ${{ matrix.node-version }}
Expand Down Expand Up @@ -58,6 +59,7 @@ jobs:
node-version:
- 18.x
- 20.x
- 21.x
env:
TEST_DOCKER: true
services:
Expand Down Expand Up @@ -92,6 +94,7 @@ jobs:
node-version:
- 18.x
- 20.x
- 21.x
timeout-minutes: 20
steps:
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 8f74fc8

Please sign in to comment.