mirror of
https://github.com/desktop/desktop
synced 2024-10-31 05:19:03 +00:00
Copy pasta it is
This commit is contained in:
parent
9c59801959
commit
645c53171f
1 changed files with 3 additions and 7 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -1,8 +1,5 @@
|
|||
name: CI
|
||||
|
||||
env:
|
||||
NODE_VERSION: 16.17.1
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
@ -29,10 +26,9 @@ jobs:
|
|||
repository: ${{ inputs.repository || github.repository }}
|
||||
ref: ${{ inputs.ref }}
|
||||
submodules: recursive
|
||||
- name: Use Node.js ${{ matrix.node }}
|
||||
uses: actions/setup-node@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ env.NODE_VERSION }}
|
||||
node-version: 16.17.1
|
||||
cache: yarn
|
||||
- run: yarn
|
||||
- run: yarn validate-electron-version
|
||||
|
@ -47,7 +43,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: ['${{ env.NODE_VERSION }}']
|
||||
node: [16.17.1]
|
||||
os: [macos-11, windows-2019]
|
||||
arch: [x64, arm64]
|
||||
include:
|
||||
|
|
Loading…
Reference in a new issue