diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index bbce907..bab990e 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 20.x cache: yarn - name: Install dependencies run: cd docs && yarn install --frozen-lockfile --non-interactive