diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2602fb28..d733c36f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,11 +11,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - run: corepack enable && corepack prepare + - 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 @@ -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 diff --git a/README.md b/README.md index cb5493a6..92b9ae5e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 61eeb6f5..1a299310 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,5 @@ "repository": "https://github.com/texpert/florsan.git", "author": "Aurel Branzeanu ", "license": "MIT", - "packageManager": "yarn@4.5.1" + "packageManager": "yarn@4.5.3" }