We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4dd41 commit 3a5f92cCopy full SHA for 3a5f92c
.github/workflows/CI.yml
@@ -15,14 +15,14 @@ jobs:
15
- macos-latest
16
# - windows-latest
17
node_version:
18
- - 12
+ - 16
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # tag: v2
21
with:
22
submodules: recursive
23
24
- name: Install Node
25
- uses: actions/setup-node@v2
+ uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # tag: v2
26
27
node-version: ${{ matrix.node_version }}
28
@@ -37,7 +37,7 @@ jobs:
37
run: yarn test
38
39
- name: Upload artifacts
40
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # tag: v2
41
42
path: ./bin
43
0 commit comments