mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-28 12:35:40 +01:00
echo on set node options
This commit is contained in:
parent
51a0e2d028
commit
4ee72fc94d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -120,7 +120,7 @@ jobs:
|
|||||||
node-version: '10.x'
|
node-version: '10.x'
|
||||||
|
|
||||||
- name: Set Node options
|
- name: Set Node options
|
||||||
run: ::set-env name=NODE_OPTIONS::--max_old_space_size=4096
|
run: echo "::set-env name=NODE_OPTIONS::--max_old_space_size=4096"
|
||||||
|
|
||||||
- name: Print environment
|
- name: Print environment
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user