diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3169d59..8d17ab0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 16 cache: npm - run: npm ci - run: npm run style:check