diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 67d473e0..9182de4b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,14 +29,14 @@ jobs: - name: Setup NodeJS if: startsWith(matrix.os, 'macOS') != true - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: ${{ env.NODE_VERSION }} cache: 'pnpm' - name: Setup NodeJS for macOS if: startsWith(matrix.os, 'macOS') - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: ${{ env.NODE_VERSION }} @@ -104,14 +104,14 @@ jobs: - name: Setup NodeJS if: startsWith(matrix.os, 'macOS') != true - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: ${{ env.NODE_VERSION }} cache: 'pnpm' - name: Setup NodeJS for macOS if: startsWith(matrix.os, 'macOS') - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: ${{ env.NODE_VERSION }} diff --git a/.github/workflows/pr-build-artifacts.yml b/.github/workflows/pr-build-artifacts.yml index 86455355..0beb31b9 100644 --- a/.github/workflows/pr-build-artifacts.yml +++ b/.github/workflows/pr-build-artifacts.yml @@ -43,14 +43,14 @@ jobs: - name: Setup NodeJS if: startsWith(matrix.os, 'macOS') != true - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: ${{ env.NODE_VERSION }} cache: 'pnpm' - name: Setup NodeJS for macOS if: startsWith(matrix.os, 'macOS') - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: ${{ env.NODE_VERSION }} diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 6c24109a..b25200f2 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -26,7 +26,7 @@ jobs: run_install: false - name: Setup NodeJS - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: ${{ env.NODE_VERSION }} cache: 'pnpm'