diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b726537..456d3663 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: version: ${{ env.PNPM_VERSION }} - name: Install Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16.x cache: pnpm @@ -49,7 +49,7 @@ jobs: with: version: ${{ env.PNPM_VERSION }} - name: Install Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16.x cache: pnpm @@ -88,7 +88,7 @@ jobs: with: version: ${{ env.PNPM_VERSION }} - name: Install Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16.x cache: pnpm diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eb24eddb..7a9b07ab 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: version: ${{ env.PNPM_VERSION }} - name: Install Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16.x cache: pnpm