Skip to content

Commit

Permalink
fix build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris authored and andytudhope committed Oct 28, 2023
1 parent 5131f97 commit 3ce2418
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ jobs:
build-and-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{ secrets.SPECS_TOKEN }}
submodules: recursive

- uses: actions/setup-node@v1
with:
node-version: '16.x'
Expand Down

0 comments on commit 3ce2418

Please sign in to comment.