File tree 5 files changed +9
-9
lines changed
config/init-files/.github/workflows
scripts-lib/config/init-files/.github/workflows
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
22
ssh-key : ${{ secrets.ACTIONS_REPO_ACCESS }}
23
23
24
24
- name : setup nodejs
25
- uses : actions/setup-node@v1
25
+ uses : actions/setup-node@v2
26
26
with :
27
- node-version : ' 15.x '
27
+ node-version : ' 15'
28
28
29
29
- name : configure env
30
30
env :
Original file line number Diff line number Diff line change 21
21
uses : actions/checkout@v2
22
22
23
23
- name : setup nodejs
24
- uses : actions/setup-node@v1
24
+ uses : actions/setup-node@v2
25
25
with :
26
- node-version : ' 15.x '
26
+ node-version : ' 15.11 '
27
27
28
28
- name : configure npm
29
29
env :
Original file line number Diff line number Diff line change 30
30
persist-credentials : false
31
31
32
32
- name : setup nodejs
33
- uses : actions/setup-node@v1
33
+ uses : actions/setup-node@v2
34
34
with :
35
- node-version : ' 15.x '
35
+ node-version : ' 15.11 '
36
36
37
37
- name : configure npm
38
38
env :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const pkg = require(paths.packageJson);
12
12
module . exports = main ;
13
13
14
14
async function build ( config = require ( '../../config/webpack.config' ) ) {
15
- console . log ( 'Creating a production build...' ) ;
15
+ console . log ( 'Creating a static build...' ) ;
16
16
17
17
const compiler = webpack ( config ) ;
18
18
Original file line number Diff line number Diff line change 38
38
uses : actions/checkout@v2
39
39
40
40
- name : setup nodejs
41
- uses : actions/setup-node@v1
41
+ uses : actions/setup-node@v2
42
42
with :
43
- node-version : ' 15.x '
43
+ node-version : ' 15'
44
44
45
45
- name : configure npm
46
46
env :
You can’t perform that action at this time.
0 commit comments