From 96f9bf9c9221e473a8f146dbfcb18bdca3f88c14 Mon Sep 17 00:00:00 2001 From: Volodymyr Gerun Date: Wed, 7 Aug 2024 12:53:50 +0300 Subject: [PATCH] ci: test cache --- .github/workflows/check.yml | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 7d32128..9c86dc6 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -22,6 +22,11 @@ jobs: - name: Enable Corepack because of the Yarn Berry run: corepack enable + - name: Setup Latest Yarn + uses: threeal/setup-yarn-action@v2.0.0 + with: + version: latest + # - name: Set Yarn to Berry version # run: yarn set version berry # - name: Restore Turbo Cache @@ -58,10 +63,9 @@ jobs: # name: Info the state of node modules # continue-on-error: true # run: yarn info --name-only - - name: Install Dependencies - run: yarn install --immutable - # run: npm i - + # - name: Install Dependencies + # run: yarn install --immutable + # run: npm i # - name: Run ESLint # run: yarn lint - name: Run TypeScript diff --git a/package.json b/package.json index 4934676..98e870c 100644 --- a/package.json +++ b/package.json @@ -116,5 +116,5 @@ "commitlint", "react-icons" ], - "packageManager": "yarn@4.3.0" + "packageManager": "yarn@4.4.0" }