diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index 39862638..39ff6503 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -43,7 +43,7 @@ jobs: - name: Setup Node uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 22.23.1 + node-version: 22.23.2 cache: pnpm cache-dependency-path: pnpm-lock.yaml diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index a946545e..fd97b193 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -33,7 +33,7 @@ jobs: - name: Setup Node uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 22.23.1 + node-version: 22.23.2 cache: pnpm cache-dependency-path: pnpm-lock.yaml diff --git a/.github/workflows/playwright.yaml b/.github/workflows/playwright.yaml index 9c88aaa2..edb4cdba 100644 --- a/.github/workflows/playwright.yaml +++ b/.github/workflows/playwright.yaml @@ -45,7 +45,7 @@ jobs: - name: Setup Node uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 22.23.1 + node-version: 22.23.2 cache: pnpm cache-dependency-path: pnpm-lock.yaml diff --git a/.github/workflows/vitest.yaml b/.github/workflows/vitest.yaml index f3763902..8baf2946 100644 --- a/.github/workflows/vitest.yaml +++ b/.github/workflows/vitest.yaml @@ -46,7 +46,7 @@ jobs: - name: Setup Node uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 22.23.1 + node-version: 22.23.2 cache: pnpm cache-dependency-path: pnpm-lock.yaml @@ -89,7 +89,7 @@ jobs: - name: Setup Node uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 22.23.1 + node-version: 22.23.2 cache: pnpm cache-dependency-path: pnpm-lock.yaml @@ -135,7 +135,7 @@ jobs: - name: Setup Node uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 22.23.1 + node-version: 22.23.2 cache: pnpm cache-dependency-path: pnpm-lock.yaml diff --git a/.nvmrc b/.nvmrc index f9e7451e..c9471194 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.23.1 +22.23.2