mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
echo on set node options
This commit is contained in:
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: |
|
||||
|
||||
Reference in New Issue
Block a user