Skip to content

Commit

Permalink
Install yarn in drone attempt #3
Browse files Browse the repository at this point in the history
  • Loading branch information
SandersAaronD committed Jan 23, 2024
1 parent 1dac6ed commit 784f1fc
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: yarn set version berry
run: npm install -g [email protected]
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build plugin
Expand Down

0 comments on commit 784f1fc

Please sign in to comment.