diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index 123f435e7..45c4e6e3a 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -16,7 +16,7 @@ jobs: run: echo "npm_cache=npm" >> $GITHUB_STATE - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: cache: ${{ env.npm_cache }}