Skip to content

Commit

Permalink
Merge pull request #2362 from texpert/bump-yarn-to-4-5-3
Browse files Browse the repository at this point in the history
Bump Yarn to 4.5.3
  • Loading branch information
texpert authored Dec 11, 2024
2 parents 532575b + c9a33dc commit f3ee65d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

* Ruby version: 3.3.5

* Rails version: 8.0.0
* Rails version: 8.0.0.1

* Node JS (used only for running ESLint and stylelint) version: 22.10.0
* Only for running ESLint and stylelint
* Node JS (used only for running ESLint and stylelint) version: 22.10.0
* Yarn 4.5.3

* System dependencies

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit f3ee65d

Please sign in to comment.