From 8114942bbf28e4faaab322bb12eadd57b99a4482 Mon Sep 17 00:00:00 2001 From: almogbaku Date: Tue, 5 Mar 2024 20:10:56 +0200 Subject: [PATCH] fix: yarn immutable? --- .github/workflows/deploy.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c5deb36..2545d72 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,13 +15,12 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 21.x cache: yarn - - name: Set Yarn version to 3.x + - name: Set Yarn version to 4.x run: | - yarn set version berry - yarn set version 3.x + yarn set version 4.x yarn --version - name: Get yarn cache directory path