Skip to content

Commit 0258dfa

Browse files
committed
ci(test): use actions/setup-node@v2
1 parent 7ebfad8 commit 0258dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v1
15+
- uses: actions/setup-node@v2
1616
- run: npm ci
1717
- run: npm test

0 commit comments

Comments
 (0)