diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94a10d93..7f37166d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,12 +21,12 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup Node.js environment - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: 16 cache: 'yarn' - name: Install dependencies - run: yarn + run: yarn --frozen-lockfile - name: Turbo run run: npx turbo run build test lint bundle