Skip to content

Commit

Permalink
Merge pull request #158 from Lazap-Development/nightly
Browse files Browse the repository at this point in the history
Corepack and gh action bug fix
  • Loading branch information
p0ryae authored Jun 17, 2024
2 parents dc0dd4a + 8e2ead0 commit 8288577
Show file tree
Hide file tree
Showing 4 changed files with 897 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tauri-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
Expand Down
894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.0.cjs

Large diffs are not rendered by default.

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

yarnPath: .yarn/releases/yarn-4.3.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.2.0"
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.3.0"
}

0 comments on commit 8288577

Please sign in to comment.