Skip to content

Commit

Permalink
(chore) Bump yarn + fix GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Mar 6, 2024
1 parent ebfee3e commit 557689b
Show file tree
Hide file tree
Showing 7 changed files with 6,710 additions and 6,976 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
name: dist
path: |
dist
overwrite: true

pre_release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
name: dist
path: |
dist
overwrite: true

deploy_fast_data_entry_app:
runs-on: ubuntu-latest
Expand Down
550 changes: 0 additions & 550 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nodeLinker: node-modules
compressionLevel: mixed

enableGlobalCache: false

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
"i18next": "^21.10.0",
"i18next-parser": "^6.6.0",
"react-hook-form": "^7.34.2",
"turbo": "^1.12.4",
"uuid": "^9.0.1"
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@4.1.1"
}
Loading

0 comments on commit 557689b

Please sign in to comment.