Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed May 2, 2024
1 parent f0fb59c commit 04f363c
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,16 @@ permissions:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
# permissions:
# checks: write
# contents: read
permissions:
checks: write
contents: read

# NOTE: Pin official GitHub actions to a version number, pin third-party actions to a SHA1.
# https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-third-party-actions
steps:
- uses: actions/[email protected]
- uses: volta-cli/action@v4

- name: Use Node.js
uses: actions/[email protected]
node-version: ${{ matrix.node-version }}
cache: 'yarn'

- name: Install dependencies
run: |
yarn bootstrap
Expand Down

0 comments on commit 04f363c

Please sign in to comment.