diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 62e6288..8d285b4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 cache: yarn - run: yarn install --frozen-lockfile