Skip to content

Commit

Permalink
Merge pull request #67 from solarwindscloud/NH-54724
Browse files Browse the repository at this point in the history
Fix deps workflow
  • Loading branch information
raphael-theriault-swi authored Aug 15, 2023
2 parents 10a60a5 + ca8688e commit af4aaa1
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 af4aaa1

Please sign in to comment.