diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 8a56e40..dc37d8e 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -28,7 +28,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: node-version: 'lts/*' @@ -99,7 +99,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 'lts/*'