Skip to content

Commit

Permalink
5.0.0-beta.1 yarn upgraded to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetemrekilinc committed Nov 1, 2023
1 parent b9e3a7f commit 4f72d50
Show file tree
Hide file tree
Showing 6 changed files with 2,299 additions and 1,399 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [18.12.0]
node-version: [18.18.2]

steps:
- uses: actions/checkout@v3
Expand All @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Update yarn @v2
run: corepack enable
- run: corepack prepare yarn@3.2.4 --activate
- run: corepack prepare yarn@4.0.0 --activate
- run: yarn -v
- name: Install dependencies
run: rm -rf node_modules && yarn install
Expand Down
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.0.cjs

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.0.cjs
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const nextConfig = {
basePath: process.env.NEXT_PUBLIC_BASE_PATH,
assetPrefix: process.env.NEXT_PUBLIC_BASE_PATH,
env: {
VERSION: '4.0.1',
VERSION: '5.0.0-beta.1',
},
};

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-validatable-form-demo",
"version": "4.0.1",
"version": "5.0.0-beta.1",
"license": "MIT",
"scripts": {
"dev": "next dev -p 3155",
Expand Down Expand Up @@ -47,5 +47,6 @@
"last 1 firefox version",
"last 1 safari version"
]
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 4f72d50

Please sign in to comment.