diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2555e6..d2ff8e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: - uses: actions/checkout@v6 - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 22 cache: npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e389c2c..f368d1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v6 with: ref: ${{ github.ref }} - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: { node-version: 22 } - name: "Assert synchronized versions, no file: refs" run: node scripts/verify-versions.mjs @@ -80,7 +80,7 @@ jobs: - uses: actions/checkout@v6 with: ref: ${{ github.ref }} - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: { node-version: 22, cache: npm } - uses: dtolnay/rust-toolchain@stable with: @@ -117,7 +117,7 @@ jobs: - uses: actions/checkout@v6 with: ref: ${{ github.ref }} - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: { node-version: 22, cache: npm } - run: npm ci - name: Download all .node artifacts @@ -244,7 +244,7 @@ jobs: - uses: actions/checkout@v6 with: ref: ${{ github.ref }} - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 22 cache: npm