Skip to content

Commit

Permalink
fix deps workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-theriault-swi committed Aug 15, 2023
1 parent 10a60a5 commit ca8688e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: corepack enable

- run: yarn install
- run: yarn up -R '**'
Expand Down

0 comments on commit ca8688e

Please sign in to comment.