diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 43b419d1..f933a2a9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,11 +18,12 @@ jobs: - name: Set up node uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 'package.json' cache: yarn - name: Set up yarn with corepack run: | corepack enable yarn + corepack prepare yarn@latest --activate yarn --version # - name: Get yarn store path # id: yarn_cache