diff --git a/.github/workflows/app-build.yml b/.github/workflows/app-build.yml index 99049ed..3d16fd1 100644 --- a/.github/workflows/app-build.yml +++ b/.github/workflows/app-build.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 20 - name: Ensure yarn available run: |