diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index c631d15..f9d963b 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -99,7 +99,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v7 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: "20" - name: reference assertions (identical to the setup-node job) @@ -482,7 +482,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v7 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: "20" # A pin that disagrees with setup-node: with provision-node left on, the