Skip to content

Commit 056d5dc

Browse files
committed
update node version for testing
1 parent 25f674d commit 056d5dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node: ['20']
11+
node: ['22']
1212
steps:
1313
- uses: actions/checkout@v1
1414
- name: install system dependencies
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
matrix:
4646
platform: [ubuntu-latest, macos-latest, windows-latest]
47-
node: [ '16', '18' ]
47+
node: [ '18', '20', '22' ]
4848
name: Node ${{ matrix.node }} (${{ matrix.platform }})
4949
runs-on: ${{ matrix.platform }}
5050
steps:

0 commit comments

Comments
 (0)