Skip to content

Commit

Permalink
fix: issue with yarn v4
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Dec 18, 2023
1 parent 04b4e26 commit 11dc3be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,9 @@ jobs:
path: ".utils"

- name: 🏗 Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: "yarn"
cache-dependency-path: "**/yarn.lock"

- name: 📦 Install Yarn
run: corepack enable && yarn set version stable
Expand Down

0 comments on commit 11dc3be

Please sign in to comment.