We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b293e commit 48e8d22Copy full SHA for 48e8d22
.github/workflows/node.js.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
defaults:
17
run:
18
- working-directory: frontend
+ working-directory: src/frontend
19
strategy:
20
matrix:
21
node-version: [18.x, 21.x]
@@ -28,7 +28,7 @@ jobs:
28
with:
29
node-version: ${{ matrix.node-version }}
30
cache: 'npm'
31
- cache-dependency-path: '**/package-lock.json'
+ cache-dependency-path: 'src/frontend/package-lock.json'
32
- run: npm ci
33
- run: NODE_OPTIONS=--max_old_space_size=8192 npm run build --if-present
34
- run: npm run test --if-present
0 commit comments