File tree Expand file tree Collapse file tree 6 files changed +4374
-4269
lines changed
projects/hyperdash-angular Expand file tree Collapse file tree 6 files changed +4374
-4269
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-22.04
1010 steps :
1111 - name : Check out code
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v4
1313
14- - name : Set up Node 16
15- uses : actions/setup-node@v3
14+ - name : Set up Node 20
15+ uses : actions/setup-node@v4
1616 with :
17- node-version : ' 16 '
17+ node-version : ' 20 '
1818 cache : ' npm'
1919
2020 - name : NPM Install
@@ -26,14 +26,14 @@ jobs:
2626 runs-on : ubuntu-22.04
2727 steps :
2828 - name : Check out code
29- uses : actions/checkout@v3
29+ uses : actions/checkout@v4
3030 with :
3131 fetch-depth : 0
3232
33- - name : Set up Node 16
34- uses : actions/setup-node@v3
33+ - name : Set up Node 20
34+ uses : actions/setup-node@v4
3535 with :
36- node-version : ' 16 '
36+ node-version : ' 20 '
3737 cache : ' npm'
3838
3939 - name : NPM Install
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-22.04
99 steps :
1010 - name : Check out code
11- uses : actions/checkout@v3
11+ uses : actions/checkout@v4
1212
13- - name : Set up Node 16
14- uses : actions/setup-node@v3
13+ - name : Set up Node 20
14+ uses : actions/setup-node@v4
1515 with :
16- node-version : ' 16 '
16+ node-version : ' 20 '
1717 cache : ' npm'
1818
1919 - name : NPM Install
Original file line number Diff line number Diff line change 6565 "serve" : {
6666 "builder" : " @angular-devkit/build-angular:dev-server" ,
6767 "options" : {
68- "browserTarget " : " hyperdash-angular-app:build"
68+ "buildTarget " : " hyperdash-angular-app:build"
6969 },
7070 "configurations" : {
7171 "production" : {
72- "browserTarget " : " hyperdash-angular-app:build:production"
72+ "buildTarget " : " hyperdash-angular-app:build:production"
7373 }
7474 }
7575 },
7676 "extract-i18n" : {
7777 "builder" : " @angular-devkit/build-angular:extract-i18n" ,
7878 "options" : {
79- "browserTarget " : " hyperdash-angular-app:build"
79+ "buildTarget " : " hyperdash-angular-app:build"
8080 }
8181 },
8282 "test" : {
You can’t perform that action at this time.
0 commit comments