Skip to content

Commit

Permalink
ci: upgrade node versions (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub authored Oct 1, 2024
1 parent 9c672fd commit 3ee4b50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
platform: ubuntu-latest
- node: '20'
platform: ubuntu-latest
- node: '21'
- node: '22'
platform: ubuntu-latest
- node: '20'
- node: '22'
platform: windows-latest
- node: '20'
- node: '22'
platform: macos-latest

name: '${{matrix.platform}} / Node.js ${{ matrix.node }}'
Expand Down

0 comments on commit 3ee4b50

Please sign in to comment.