Skip to content

Commit

Permalink
Removed node v16, added node v22 and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusGundersen committed Aug 23, 2024
1 parent f67c3e9 commit 0f626f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
build:
strategy:
matrix:
node-version: [16, 18, 20]
os: [ubuntu-latest, macos-latest]
node-version: [18, 20, 22]
os: [ubuntu-latest, macos-latest, 'windows-latest']
uses: yoriiis/actions/.github/workflows/test-and-build.yml@main
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit 0f626f7

Please sign in to comment.