Skip to content

Commit

Permalink
chore: upgrade yarn to berry
Browse files Browse the repository at this point in the history
  • Loading branch information
samrith-s committed Nov 12, 2024
1 parent 422071c commit a0d9352
Show file tree
Hide file tree
Showing 5 changed files with 10,351 additions and 7,310 deletions.
6 changes: 5 additions & 1 deletion .github/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ inputs:
runs:
using: "composite"
steps:
- name: Enable corepack
shell: bash
run: corepack enable

- name: Setup Node
uses: actions/setup-node@v4
with:
Expand All @@ -28,4 +32,4 @@ runs:
- name: Install dependencies
shell: "bash"
working-directory: ${{ inputs.working-directory }}
run: yarn install --frozen-lockfile --prefer-offline
run: yarn install --immutable
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ npm-debug.log*
*.log
.DS_Store
.eslintcache
.yarn
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"docs": "yarn --cwd docs",
"release": "ts-node scripts/release"
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
Expand Down Expand Up @@ -92,5 +91,6 @@
"fifo",
"scheduler",
"schedule task"
]
],
"packageManager": "[email protected]"
}
Loading

0 comments on commit a0d9352

Please sign in to comment.