diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2fbe183..a891d9f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 19.x + node-version: 18.15.x - name: Install deps run: yarn install --frozen-lockfile - name: Lint