Skip to content

Commit

Permalink
ci: fix pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andyv09 committed Aug 5, 2022
1 parent ef8e15c commit 68be75b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
test_pull_request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.15.1
- run: npm ci
- run: npm run build
- run: yarn install
- run: yarn build

0 comments on commit 68be75b

Please sign in to comment.