mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
installing pkg
This commit is contained in:
parent
88cc5c050c
commit
509a71ef08
15
.github/workflows/exp.yml
vendored
15
.github/workflows/exp.yml
vendored
@ -7,5 +7,16 @@ jobs:
|
||||
exp:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Test pkg
|
||||
run: pkg --help
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '10.x'
|
||||
|
||||
- name: Set Node options
|
||||
run: echo "NODE_OPTIONS=--max_old_space_size=4096" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||
shell: pwsh
|
||||
|
||||
- name: Install & Test pkg
|
||||
run: |
|
||||
npm install -g pkg
|
||||
pkg --help
|
||||
|
Loading…
Reference in New Issue
Block a user