diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c26513af..a87ad6bf 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 8eab0cf8..5d6de245 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