Skip to content

Commit

Permalink
Set yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
Isti01 committed Feb 22, 2024
1 parent cb28cf1 commit f911ace
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ jobs:
with:
node-version: 20

- name: Set yarn version
run: yarn set version 1.22.17

- name: Install Node.js dependencies
run: yarn install
run: yarn install --frozen-lockfile

- name: ESLint
run: yarn lint:eslint
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@
"last 1 safari version"
]
},
"packageManager": "yarn@3.2.1"
"packageManager": "yarn@1.22.17"
}

0 comments on commit f911ace

Please sign in to comment.