Skip to content

Commit e3902e7

Browse files
committed
ci: fix nodejs matrix
Signed-off-by: Rifa Achrinza <[email protected]>
1 parent 0c2c64c commit e3902e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- ubuntu-latest
1717
- macos-latest
1818
- windows-latest
19-
node_version:
19+
node-version:
2020
- 14
2121
- 16
2222
- 17
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Dependencies
3030
run: npm ci --ignore-scripts
3131
- name: Run Tests
32-
run: npm test --ignore-scripts
32+
run: npm test
3333
code-lint:
3434
name: Code Lint
3535
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)