mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +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'
|
||||
|
||||
- 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
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user