Skip to content

Commit 6816e3f

Browse files
authored
Merge pull request #4 from hellsgor/fix/deploy
fix[deploy]: fixed actions config
2 parents 56246ec + c1d86c8 commit 6816e3f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ jobs:
2626
uses: actions/setup-node@v4
2727
with:
2828
node-version: '22'
29-
- name: Setup Yarn
30-
uses: yarnpkg/setup-yarn@v1
31-
with:
32-
yarn-version: '1.22.22'
29+
- name: Install Yarn
30+
run: npm install -g yarn@1.22.22
3331
- name: Get yarn cache directory path
3432
id: yarn-cache-dir-path
3533
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)