Skip to content

Commit

Permalink
update node version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
joeworkman committed Sep 27, 2024
1 parent 25f674d commit 056d5dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['20']
node: ['22']
steps:
- uses: actions/checkout@v1
- name: install system dependencies
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
node: [ '16', '18' ]
node: [ '18', '20', '22' ]
name: Node ${{ matrix.node }} (${{ matrix.platform }})
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 056d5dc

Please sign in to comment.