diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6da219d5..46875b40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 20.x - name: Install dependencies run: yarn install --frozen-lockfile - name: Check formatting