diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbe785858..5aae6b746 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Sync node version and setup cache - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 'lts/*' cache: 'npm' # Set this to npm, yarn or pnpm. diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index c42e2b6bd..2908d0d54 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Sync node version and setup cache - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 'lts/*' cache: 'npm'