File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
- { os: ubuntu-latest, arch: x64 }
16
16
- { os: windows-latest, arch: x64 }
17
17
steps :
18
- - uses : actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2
18
+ - uses : actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # v2
19
19
- uses : actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # v2
20
20
with :
21
21
node-version : 16
Original file line number Diff line number Diff line change 8
8
lint :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2
11
+ - uses : actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # v2
12
12
- uses : actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # v2
13
13
with :
14
14
node-version : 16
27
27
- { os: ubuntu-latest, arch: x64 }
28
28
- { os: windows-latest, arch: x64 }
29
29
steps :
30
- - uses : actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v2
30
+ - uses : actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # v2
31
31
- uses : actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # v2
32
32
with :
33
33
node-version : ${{ matrix.node-version }}
You can’t perform that action at this time.
0 commit comments