1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-27 03:53:00 +02:00

echo on set node options

This commit is contained in:
Kyle Spearrin 2020-09-24 16:15:32 -04:00
parent 51a0e2d028
commit 4ee72fc94d

View File

@ -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: |