diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c127b6f..307cb6ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,14 +28,14 @@ jobs: - name: Setup NodeJS if: startsWith(matrix.os, 'macOS') != true - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ env.NODE_VERSION }} cache: 'pnpm' - name: Setup NodeJS for macOS if: startsWith(matrix.os, 'macOS') - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ env.NODE_VERSION }} @@ -103,14 +103,14 @@ jobs: - name: Setup NodeJS if: startsWith(matrix.os, 'macOS') != true - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ env.NODE_VERSION }} cache: 'pnpm' - name: Setup NodeJS for macOS if: startsWith(matrix.os, 'macOS') - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ env.NODE_VERSION }}