electron-chromedriver 20.0.0 → 21.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -40,7 +40,7 @@ jobs:
40
40
 
41
41
  install-test-osx:
42
42
  macos:
43
- xcode: "12.4.0"
43
+ xcode: "13.3.0"
44
44
  steps:
45
45
  - checkout
46
46
  # Download and cache dependencies
@@ -29,6 +29,15 @@ jobs:
29
29
  needs: run_tests
30
30
  steps:
31
31
  - uses: actions/checkout@v3
32
+ - name: Use Node.js v16
33
+ uses: actions/setup-node@v3
34
+ with:
35
+ node-version: 16.x
36
+ registry-url: 'https://registry.npmjs.org'
37
+ - name: Check npm credentials
38
+ run: npm whoami
39
+ env:
40
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
32
41
  - name: Set Git Credentials
33
42
  run: |
34
43
  git config user.name electron-bot
@@ -50,5 +59,4 @@ jobs:
50
59
  - name: Publish to npm
51
60
  run: npm publish
52
61
  env:
53
- NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
54
-
62
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-chromedriver",
3
- "version": "20.0.0",
3
+ "version": "21.0.0",
4
4
  "description": "Electron ChromeDriver",
5
5
  "repository": "https://github.com/electron/chromedriver",
6
6
  "bin": {
@@ -17,7 +17,7 @@
17
17
  "author": "Kevin Sawicki",
18
18
  "license": "MIT",
19
19
  "dependencies": {
20
- "@electron/get": "^1.12.4",
20
+ "@electron/get": "^2.0.1",
21
21
  "extract-zip": "^2.0.0"
22
22
  },
23
23
  "devDependencies": {