Skip to content

Commit 3a5f92c

Browse files
authored
ci: use Node v16 (#54)
Also pins SHAs for actions.
1 parent ae4dd41 commit 3a5f92c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
- macos-latest
1616
# - windows-latest
1717
node_version:
18-
- 12
18+
- 16
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # tag: v2
2121
with:
2222
submodules: recursive
2323

2424
- name: Install Node
25-
uses: actions/setup-node@v2
25+
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # tag: v2
2626
with:
2727
node-version: ${{ matrix.node_version }}
2828

@@ -37,7 +37,7 @@ jobs:
3737
run: yarn test
3838

3939
- name: Upload artifacts
40-
uses: actions/upload-artifact@v2
40+
uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # tag: v2
4141
with:
4242
path: ./bin
4343

0 commit comments

Comments
 (0)