File tree Expand file tree Collapse file tree 3 files changed +14
-16
lines changed Expand file tree Collapse file tree 3 files changed +14
-16
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,12 @@ jobs:
25
25
- run : cd src && npm run test
26
26
- run : cd src/dist && sudo npm link
27
27
28
- - run : sudo -E npm install -g @angular/cli@next
28
+ - run : sudo -E npm install -g @angular/cli
29
29
- run : sudo -E ng new your-angular-project --defaults
30
30
- run : cd your-angular-project && sudo -E npm link angular-cli-ghpages
31
31
- run : cd your-angular-project && sudo -E ng add angular-cli-ghpages
32
32
- run : cd your-angular-project && sudo -E ng deploy --repo="$GITHUB_ORG/$NAME.git" --name="$GITHUB_NAME" --email="$GITHUB_EMAIL" --cname=angular-cli-ghpages.angular.schule
33
33
34
-
35
34
workflows :
36
35
version : 2
37
36
build_and_deploy :
@@ -40,4 +39,4 @@ workflows:
40
39
filters :
41
40
branches :
42
41
only :
43
- - master
42
+ - main
Original file line number Diff line number Diff line change 1
1
name : Build and test
2
2
3
- on : [push]
3
+ on :
4
+ push :
5
+ branches : [main]
4
6
5
7
jobs :
6
8
build-and-deploy :
7
9
runs-on : ubuntu-latest
8
10
9
11
steps :
10
- - name : Checkout
11
- uses : actions/checkout@v2
12
-
13
- - name : Use Node.js 14.x
14
- uses : actions/setup-node@v1
12
+ - uses : actions/checkout@v3
13
+ - uses : actions/setup-node@v3
15
14
with :
16
- node-version : 14.x
15
+ node-version : 18
17
16
18
17
- name : Prepare
19
18
run : |
25
24
npm link
26
25
cd ..
27
26
cd ..
28
- npm install -g @angular/cli@next
27
+ npm install -g @angular/cli
29
28
ng new your-angular-project --defaults
30
29
cd your-angular-project
31
30
npm link angular-cli-ghpages
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-cli-ghpages" ,
3
- "version" : " 1.0.5 " ,
3
+ "version" : " 1.0.6 " ,
4
4
"description" : " Deploy your Angular app to GitHub pages directly from the Angular CLI. (ng deploy)" ,
5
5
"main" : " index.js" ,
6
6
"bin" : {
55
55
"homepage" : " https://github.com/angular-schule/angular-cli-ghpages/#readme" ,
56
56
"devDependencies" : {
57
57
"@angular-devkit/architect" : " >= 0.900 < 0.1600" ,
58
- "@angular-devkit/core" : " ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0" ,
59
- "@angular-devkit/schematics" : " ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0" ,
58
+ "@angular-devkit/core" : " ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 " ,
59
+ "@angular-devkit/schematics" : " ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 " ,
60
60
"@types/fs-extra" : " ^9.0.4" ,
61
61
"@types/jest" : " ^26.0.15" ,
62
62
"@types/node" : " ^14.14.7" ,
72
72
},
73
73
"peerDependencies" : {
74
74
"@angular-devkit/architect" : " >= 0.900 < 0.1600" ,
75
- "@angular-devkit/core" : " ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0" ,
76
- "@angular-devkit/schematics" : " ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0"
75
+ "@angular-devkit/core" : " ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 " ,
76
+ "@angular-devkit/schematics" : " ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 "
77
77
},
78
78
"dependencies" : {
79
79
"commander" : " ^3.0.0-0" ,
You can’t perform that action at this time.
0 commit comments