diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adcc05cac..7333e6af0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4.2.0 - name: Use Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 16 cache: pnpm diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 5cb14557c..e5bf76b5f 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4.2.0 - name: Use Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 16 cache: pnpm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 220893a64..5f1220bfe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4.2.0 - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: registry-url: https://registry.npmjs.org/ node-version: 16 @@ -73,7 +73,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4.2.0 - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: registry-url: https://registry.npmjs.org/ node-version: 16