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 dcef2a3 commit 2e9e9f6Copy full SHA for 2e9e9f6
.github/workflows/buildAndTest.yml
@@ -32,6 +32,7 @@ jobs:
32
npm run test-headless
33
env:
34
CI: true
35
+ NODE_OPTIONS: "--max_old_space_size=4096"
36
- name: Dump job context
37
38
JOB_CONTEXT: ${{ toJson(matrix) }}
.github/workflows/createRelease.yml
@@ -47,6 +47,7 @@ jobs:
47
npm run build
48
49
50
51
- name: Version
52
id: get_version
53
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
0 commit comments