diff --git a/.github/workflows/lint-commit.yml b/.github/workflows/lint-commit.yml index e0a4c57c13..b817e80a6c 100644 --- a/.github/workflows/lint-commit.yml +++ b/.github/workflows/lint-commit.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 22.x - run: npm install diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 9b62374b84..051b53a193 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -37,7 +37,7 @@ jobs: id-token: write # to generate npm provenance statements steps: - uses: actions/checkout@v7 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: lts/* registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8b40bb0db5..f69d370b8e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v7 - name: Use Node.js 22.x - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 22.x - name: Install Dependencies @@ -46,7 +46,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v7 - name: Use Node.js 22.x - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 22.x - name: Install Dependencies @@ -65,7 +65,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v7 - name: Use Node.js 22.x - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 22.x - name: Update npm @@ -121,7 +121,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v7 - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node }} - name: Use Python ${{ matrix.python }}