diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c923a58..4bc07a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - name: Enable Corepack run: corepack enable - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 22 cache: yarn @@ -34,7 +34,7 @@ jobs: - name: Enable Corepack run: corepack enable - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 22 cache: yarn diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cb1af13..f74d867 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - name: Enable Corepack run: corepack enable - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 22 cache: yarn