diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 157bac6..1e94b13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: ref: ${{ steps.spec_ref.outputs.ref }} path: intentproof-spec - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: '22' cache: 'npm' diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index efbb99f..3cba8a7 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -64,7 +64,7 @@ jobs: ref: ${{ steps.spec_ref.outputs.ref }} path: intentproof-spec - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: '22' cache: 'npm' @@ -96,7 +96,7 @@ jobs: with: ref: ${{ github.event_name == 'workflow_dispatch' && inputs.release_ref || github.ref }} - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: '22' cache: 'npm' @@ -300,7 +300,7 @@ jobs: contents: read id-token: write steps: - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: '24' registry-url: 'https://registry.npmjs.org'