Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
824c6f1364 | ||
|
|
2386f9980f | ||
|
|
ee3e96e70a |
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -13,17 +13,14 @@ jobs:
|
||||
name: ${{ matrix.friendlyName }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 10
|
||||
env:
|
||||
# Needed until macos-11.0 hosted runners are available
|
||||
SDKROOT: '/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk'
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: [14.15.4]
|
||||
os: [macos-10.14, windows-latest, ubuntu-18.04]
|
||||
os: [macos-latest, windows-latest, ubuntu-18.04]
|
||||
include:
|
||||
- os: macos-10.14
|
||||
- os: macos-latest
|
||||
friendlyName: macOS
|
||||
- os: windows-latest
|
||||
friendlyName: Windows
|
||||
|
||||
14
package.json
14
package.json
@@ -30,15 +30,15 @@
|
||||
},
|
||||
"homepage": "https://github.com/desktop/desktop-trampoline#readme",
|
||||
"dependencies": {
|
||||
"node-addon-api": "^3.1.0",
|
||||
"prebuild-install": "^6.0.0"
|
||||
"node-addon-api": "^4.3.0",
|
||||
"prebuild-install": "^7.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest": "^26.4.2",
|
||||
"node-gyp": "^7.1.0",
|
||||
"prebuild": "https://github.com/sergiou87/prebuild#strip-multiple-files",
|
||||
"prettier": "^2.1.2",
|
||||
"split2": "^3.2.2"
|
||||
"jest": "^27.5.0",
|
||||
"node-gyp": "^8.4.1",
|
||||
"prebuild": "^11.0.3",
|
||||
"prettier": "^2.5.1",
|
||||
"split2": "^4.1.0"
|
||||
},
|
||||
"binary": {
|
||||
"napi_versions": [
|
||||
|
||||
Reference in New Issue
Block a user