Skip to content

Commit 9334dfc

Browse files
committed
chore(action): update action images
1 parent cf2de81 commit 9334dfc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ jobs:
1010
matrix:
1111
nodejs: [10, 12, 14]
1212
steps:
13-
- uses: actions/checkout@master
14-
with:
15-
fetch-depth: 1
16-
17-
- uses: actions/setup-node@v1
13+
- uses: actions/checkout@v2
14+
- uses: actions/setup-node@v2
1815
with:
1916
node-version: ${{ matrix.nodejs }}
2017

0 commit comments

Comments
 (0)