Skip to content

Commit

Permalink
Yarn 4 using Node.js Corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Jun 19, 2024
1 parent 710c27b commit a119433
Show file tree
Hide file tree
Showing 5 changed files with 1,535 additions and 421 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn install --frozen-lockfile
- run: corepack enable
- run: yarn install
- run: yarn run build
- uses: actions/upload-pages-artifact@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
dist
.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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "OpenCartonaut",
"private": true,
"packageManager": "yarn@4.3.0",
"type": "module",
"license": "GPL-3.0-or-later",
"version": "1.0.0",
Expand Down
Loading

0 comments on commit a119433

Please sign in to comment.