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 891cfb9 commit c30dcbaCopy full SHA for c30dcba
.github/workflows/jest_tests.yml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
test:
10
runs-on: ubuntu-latest
11
+ env:
12
+ NODE_OPTIONS: --max-old-space-size=4096
13
steps:
14
- name: Generate build number
15
id:
@@ -22,7 +24,7 @@ jobs:
22
24
- name: Use Node.js
23
25
uses: actions/setup-node@v1
26
with:
- node-version: 15.x
27
+ node-version: 12.x
28
registry-url: https://registry.npmjs.org/
29
scope: '@mat-github-ci'
30
env:
0 commit comments