Skip to content

Commit

Permalink
Set yarn version in CI (attempt #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
SandersAaronD committed Feb 5, 2024
1 parent 6358afc commit a84d15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/is-compatible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node-version: '20'
cache: 'npm'
- name: Install Yarn
run: npm install -g yarn@4
run: yarn set version berry
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build plugin
Expand Down

0 comments on commit a84d15c

Please sign in to comment.