diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 85a567f3..05b7ba61 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -29,7 +29,7 @@ jobs: node-version: ${{ matrix.node-version }} - run: node -v - run: npm -v - - run: npm ci + - run: cd ./packages/rececss-core && npm ci - run: npm run build:core - run: npm test