We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43d97b commit 91aeb82Copy full SHA for 91aeb82
.github/workflows/nodejs.yml
@@ -28,6 +28,9 @@ jobs:
28
with:
29
node-version: ${{ matrix.node-version }}
30
- run: npm i
31
+ - run: |
32
+ # github actions run out of memory trying to compile these huge files
33
+ rm -f node_modules/ace-builds/src*/{mode,worker}-{xquery,jsoniq}.js
34
- run: npm run build
35
- run: npm run start-test-server && npm run test
36
0 commit comments