Skip to content

Commit ac888a0

Browse files
committed
Update test.yml
1 parent ec0d76f commit ac888a0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
runs-on: "ubuntu-latest"
1515

1616
steps:
17-
- uses: actions/checkout@v2
18-
- name: Use Node.js
19-
uses: actions/setup-node@v2
20-
with:
21-
node-version: 16.x
22-
cache: 'npm'
23-
- run: npm ci
24-
- run: npm run build
25-
- run: npm test
17+
- uses: actions/checkout@v4
18+
- name: Use Node.js
19+
uses: actions/setup-node@v4
20+
with:
21+
node-version: 20.x
22+
cache: "npm"
23+
- run: npm ci
24+
- run: npm run build
25+
- run: npm test

0 commit comments

Comments
 (0)