-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2362 from texpert/bump-yarn-to-4-5-3
Bump Yarn to 4.5.3
- Loading branch information
Showing
3 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,11 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- run: corepack enable && corepack prepare | ||
- run: corepack enable && corepack prepare [email protected] | ||
- name: setup node | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
node-version: 22.10.0 | ||
cache: 'yarn' | ||
- name: install app dependencies | ||
run: yarn install --frozen-lockfile | ||
|
@@ -28,11 +28,11 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- run: corepack enable && corepack prepare yarn@4.2.2 | ||
- run: corepack enable && corepack prepare yarn@4.5.3 | ||
- name: setup node | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
node-version: 22.10.0 | ||
cache: 'yarn' | ||
- name: install app dependencies | ||
run: yarn install --frozen-lockfile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,5 @@ | |
"repository": "https://github.com/texpert/florsan.git", | ||
"author": "Aurel Branzeanu <[email protected]>", | ||
"license": "MIT", | ||
"packageManager": "[email protected].1" | ||
"packageManager": "[email protected].3" | ||
} |