Skip to content

Commit

Permalink
Fix CICD
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Macdonald <[email protected]>
  • Loading branch information
Parsifal-M committed May 4, 2024
1 parent ec4c9ca commit 14562ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
node-version: '18.x'

- name: Set Yarn Version
run: yarn policies set-version 4.2.1
run: yarn set version 4.2.1

- name: Clean Yarn Cache
run: yarn cache clean

- name: Cache Node.js modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.cache/yarn
key: yarn-${{ runner.OS }}-18-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit 14562ad

Please sign in to comment.