File tree 6 files changed +4374
-4269
lines changed
projects/hyperdash-angular
6 files changed +4374
-4269
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-22.04
10
10
steps :
11
11
- name : Check out code
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
14
- - name : Set up Node 16
15
- uses : actions/setup-node@v3
14
+ - name : Set up Node 20
15
+ uses : actions/setup-node@v4
16
16
with :
17
- node-version : ' 16 '
17
+ node-version : ' 20 '
18
18
cache : ' npm'
19
19
20
20
- name : NPM Install
@@ -26,14 +26,14 @@ jobs:
26
26
runs-on : ubuntu-22.04
27
27
steps :
28
28
- name : Check out code
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@v4
30
30
with :
31
31
fetch-depth : 0
32
32
33
- - name : Set up Node 16
34
- uses : actions/setup-node@v3
33
+ - name : Set up Node 20
34
+ uses : actions/setup-node@v4
35
35
with :
36
- node-version : ' 16 '
36
+ node-version : ' 20 '
37
37
cache : ' npm'
38
38
39
39
- name : NPM Install
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-22.04
9
9
steps :
10
10
- name : Check out code
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
13
- - name : Set up Node 16
14
- uses : actions/setup-node@v3
13
+ - name : Set up Node 20
14
+ uses : actions/setup-node@v4
15
15
with :
16
- node-version : ' 16 '
16
+ node-version : ' 20 '
17
17
cache : ' npm'
18
18
19
19
- name : NPM Install
Original file line number Diff line number Diff line change 65
65
"serve" : {
66
66
"builder" : " @angular-devkit/build-angular:dev-server" ,
67
67
"options" : {
68
- "browserTarget " : " hyperdash-angular-app:build"
68
+ "buildTarget " : " hyperdash-angular-app:build"
69
69
},
70
70
"configurations" : {
71
71
"production" : {
72
- "browserTarget " : " hyperdash-angular-app:build:production"
72
+ "buildTarget " : " hyperdash-angular-app:build:production"
73
73
}
74
74
}
75
75
},
76
76
"extract-i18n" : {
77
77
"builder" : " @angular-devkit/build-angular:extract-i18n" ,
78
78
"options" : {
79
- "browserTarget " : " hyperdash-angular-app:build"
79
+ "buildTarget " : " hyperdash-angular-app:build"
80
80
}
81
81
},
82
82
"test" : {
You can’t perform that action at this time.
0 commit comments