Skip to content
This repository was archived by the owner on Apr 5, 2026. It is now read-only.

Commit a72eb99

Browse files
authored
1 parent 03d7ee7 commit a72eb99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ jobs:
44
test:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
7+
- uses: actions/checkout@v3
88
- name: Use Node.js
9-
uses: actions/setup-node@v1
9+
uses: actions/setup-node@v3
1010
with:
1111
node-version: '16.x'
1212
- run: npm ci
13-
- run: npm test
13+
- run: npm test

0 commit comments

Comments
 (0)