diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76bbe6e..aa9f4d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: test "$host" = "${{ matrix.target }}" - name: Set up Node - 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 1d176d1..4192409 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -187,7 +187,7 @@ jobs: test "$host" = "${{ matrix.target }}" - name: Set up Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "22" cache: npm