File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
33
33
- name : Checkout
34
34
uses : actions/checkout@v2
35
35
36
- - name : Install Node.js 14.18.1
36
+ - name : Install Node.js 14.x
37
37
uses : actions/setup-node@v1
38
38
with :
39
- node-version : ' 14.18.1 '
39
+ node-version : ' 14.x '
40
40
registry-url : ' https://registry.npmjs.org'
41
41
42
42
- name : Install Python 3.x
78
78
fi
79
79
fi
80
80
81
- npx node-gyp install 14.18.1
81
+ npx node-gyp install
82
82
yarn --cwd ./electron/packager/
83
83
yarn --cwd ./electron/packager/ package
84
84
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
25
25
- name : Checkout repository
26
26
uses : actions/checkout@v2
27
27
28
- - name : Install Node.js 14.18.1
28
+ - name : Install Node.js 14.x
29
29
uses : actions/setup-node@v2
30
30
with :
31
- node-version : ' 14.18.1 '
31
+ node-version : ' 14.x '
32
32
registry-url : ' https://registry.npmjs.org'
33
33
34
34
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
- name : Checkout
13
13
uses : actions/checkout@v2
14
14
15
- - name : Install Node.js 14.18.1
15
+ - name : Install Node.js 14.x
16
16
uses : actions/setup-node@v2
17
17
with :
18
- node-version : ' 14.18.1 '
18
+ node-version : ' 14.x '
19
19
registry-url : ' https://registry.npmjs.org'
20
20
21
21
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
- name : Checkout
13
13
uses : actions/checkout@v2
14
14
15
- - name : Install Node.js 14.18.1
15
+ - name : Install Node.js 14.x
16
16
uses : actions/setup-node@v2
17
17
with :
18
- node-version : ' 14.18.1 '
18
+ node-version : ' 14.x '
19
19
registry-url : ' https://registry.npmjs.org'
20
20
21
21
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments