Skip to content

Commit

Permalink
Include Node 21 in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjuchli committed Dec 9, 2023
1 parent 47c88d5 commit a95ce2c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@ name: Node.js CI

on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x]
node-version: [14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x, 21.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -23,4 +22,4 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm test

0 comments on commit a95ce2c

Please sign in to comment.