mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-26 10:21:52 +00:00
Fixed windows builds again?
This commit is contained in:
6
.github/workflows/alpha.yml
vendored
6
.github/workflows/alpha.yml
vendored
@@ -382,8 +382,14 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install Node.js and pnpm
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
npm install -g pnpm
|
||||
pnpm i
|
||||
|
||||
- name: Load gluon CI setup
|
||||
|
||||
Reference in New Issue
Block a user