Skip to content

Commit 50ba25a

Browse files
authored
Update unittest.yml
1 parent 82989c0 commit 50ba25a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/unittest.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
node_version: [14, 18]
11+
node_version: [16, 18, 20, 22]
1212
os: [ubuntu-latest, windows-latest, macOS-latest]
1313
steps:
1414
- uses: actions/checkout@v2
1515

1616
- name: Use Node.js ${{ matrix.node_version }}
17-
uses: actions/setup-node@v2
17+
uses: actions/setup-node@v4
1818
with:
1919
node-version: ${{ matrix.node_version }}
20+
architecture: 'x64'
2021

2122
- name: Upgrade Npm
2223
run: npm install npm@6

0 commit comments

Comments
 (0)