Skip to content

Commit

Permalink
ci: Run tests on Node.js v22 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock authored Jun 6, 2024
1 parent 8fed57b commit dd7bfbe
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x, 21.x]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down Expand Up @@ -46,17 +46,13 @@ jobs:
name: License check
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: 22.x

- name: Install
run: |
Expand Down

0 comments on commit dd7bfbe

Please sign in to comment.