diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bfbeee7c4..1ac899be4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,9 +20,9 @@ jobs: - uses: actions/checkout@v3 with: ref: ${{ github.event.inputs.dev_branch }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 18.x cache: yarn - name: Install dependencies