@samitouri / QOS-React-1 / commits / 847a6f0a09

[feedback] Make babel/types a dep not a peerDep

Lauren Tan committed Oct 31, 2023 at 12:16 UTC 847a6f0a09a01b80087eee2260a5d5220ae0dde7
1 file changed +2
compiler/.github/workflows/forget-feedback.yml
+2
@@ -23,6 +23,8 @@ jobs:
23 - uses: actions/setup-node@v3
24 with:
25 node-version: 20.x
26 + - run: yarn install --frozen-lockfile
27 + working-directory: forget-feedback
28 - run: npm ci
29 - run: npx playwright install
30 - run: npm run test:e2e