diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3bdd047a..e25ab04c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: - name: Configure Node.js if: matrix.node-version != 'lts/-1' - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: cache: npm node-version: ${{ matrix.node-version }} @@ -68,7 +68,7 @@ jobs: uses: actions/checkout@v7 - name: Configure Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: cache: npm node-version: lts/* diff --git a/.github/workflows/deploy-github-pages.yaml b/.github/workflows/deploy-github-pages.yaml index 7152a15f..2ae368d7 100644 --- a/.github/workflows/deploy-github-pages.yaml +++ b/.github/workflows/deploy-github-pages.yaml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - name: Configure Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: lts/* cache: npm diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5192ddf0..7861ecc3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: cache: npm node-version: lts/*