diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6e2105..2c1e74d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14.x' + node-version: '14.x' - run: yarn install --frozen-lockfile - run: yarn lint - run: yarn build