Skip to content

Commit a56125a

Browse files
committed
Update test environments
1 parent 3cdc483 commit a56125a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
node-version: [16.x]
12+
node-version: [18.x]
1313
os: [ubuntu-latest, windows-latest, macOS-latest]
1414
include:
1515
- node-version: 14.13.0
1616
os: ubuntu-latest
17-
- node-version: 17.x
17+
- node-version: 16.x
1818
os: ubuntu-latest
1919

2020
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)