mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
installing pkg
This commit is contained in:
15
.github/workflows/exp.yml
vendored
15
.github/workflows/exp.yml
vendored
@@ -7,5 +7,16 @@ jobs:
|
|||||||
exp:
|
exp:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Test pkg
|
- name: Set up Node
|
||||||
run: pkg --help
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user