Skip to content

Commit

Permalink
Test: Add Node.js v21 and update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Mar 29, 2024
1 parent f891aa5 commit 3d30a3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [8, 16, 18, 20]
node: [8, 16, 18, 20, latest]
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} / Node ${{ matrix.node }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Use node ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Install
Expand Down

0 comments on commit 3d30a3e

Please sign in to comment.