Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
feat: yarn v3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzwa committed Jan 28, 2024
1 parent eff9595 commit 541e0f0
Show file tree
Hide file tree
Showing 7 changed files with 7,470 additions and 4,454 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
with:
node-version: 18.x

- run: yarn install --frozen-lockfile
- run: yarn set version berry
- run: yarn install --immutable
- run: yarn run build
- run: yarn run test:cov
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/nodejs_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
echo ${{ env.RELEASE_TAG }}
# Build dist folder
- run: yarn set version berry
- run: yarn install --immutable
- run: yarn install --immutable --immutable-cache --check-cache
- run: yarn build

Expand Down
Binary file added .yarn/install-state.gz
Binary file not shown.
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

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

yarnPath: .yarn/releases/yarn-4.0.2.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
},
"author": "David Zwart",
"license": "AGPL-3.0-or-later",
"private": false,
"version": "0.1.5-alpha",
"bin": {
"fdm-monster": "dist/cli.js",
Expand Down Expand Up @@ -89,5 +88,6 @@
"docker/*"
],
"delay": 100
}
},
"packageManager": "yarn@4.0.2"
}
11,019 changes: 6,568 additions & 4,451 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 541e0f0

Please sign in to comment.