Skip to content

Commit bafa4d8

Browse files
authored
Merge pull request #157 from taoyong-ty/main
Update ci-unit-tests.yaml to use node20
2 parents 4c18215 + 8655a45 commit bafa4d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-unit-tests.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
contents: read
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-node@v3
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
1313
with:
1414
# This should match the using value in `actions.yaml`
15-
node-version: 16
15+
node-version: 20
1616
- run: npm ci
1717
- run: npm run lint
1818
- run: npm run test

0 commit comments

Comments
 (0)