Skip to content

Commit

Permalink
ci: use Node v16 (#54)
Browse files Browse the repository at this point in the history
Also pins SHAs for actions.
  • Loading branch information
dsanders11 committed Jan 6, 2023
1 parent ae4dd41 commit 3a5f92c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Expand Up @@ -15,14 +15,14 @@ jobs:
- macos-latest
# - windows-latest
node_version:
- 12
- 16
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # tag: v2
with:
submodules: recursive

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

Expand All @@ -37,7 +37,7 @@ jobs:
run: yarn test

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # tag: v2
with:
path: ./bin

Expand Down

0 comments on commit 3a5f92c

Please sign in to comment.