Skip to content

Commit

Permalink
chore: update yarn to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Dec 6, 2023
1 parent 3d83fd8 commit cd29a7a
Show file tree
Hide file tree
Showing 5 changed files with 1,671 additions and 2,545 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
node-version: 18.x
- name: Prepare Environment
run: |
corepack enable
yarn install
env:
CI: true
Expand Down Expand Up @@ -64,6 +65,7 @@ jobs:
CI: true
PKG_CACHE_PATH: ${{ runner.temp }}
run: |
corepack enable
yarn install
yarn build
Expand Down
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.3.cjs

This file was deleted.

2 changes: 0 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.3.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"license-validate": "yarn sofie-licensecheck"
},
"engines": {
"node": ">=18"
"node": ">=18.18"
},
"author": "",
"dependencies": {
Expand Down Expand Up @@ -64,7 +64,7 @@
"typescript": "^5.2.2",
"zip-a-folder": "^1.1.5"
},
"packageManager": "yarn@3.6.3",
"packageManager": "yarn@4.0.2",
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"lint-staged": {
"*.{css,json,md,scss}": [
Expand Down
Loading

0 comments on commit cd29a7a

Please sign in to comment.