File tree Expand file tree Collapse file tree 5 files changed +114
-15650
lines changed
libs/ngx-http-request-state Expand file tree Collapse file tree 5 files changed +114
-15650
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v2
15
15
- uses : actions/setup-node@v2
16
16
with :
17
- node-version : 16
17
+ node-version : 18
18
18
registry-url : https://registry.npmjs.org/
19
19
- run : npm ci
20
20
- run : npm run build
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
with :
16
16
ref : ${{ github.base_ref }}
17
17
- uses : actions/checkout@v2
18
- - name : Use Node.js 16 .x
18
+ - name : Use Node.js 18 .x
19
19
uses : actions/setup-node@v2
20
20
with :
21
- node-version : 16 .x
21
+ node-version : 18 .x
22
22
- run : npm ci
23
23
- run : npm run build
24
24
- run : npm run test
Original file line number Diff line number Diff line change 1
- 16
1
+ 18
Original file line number Diff line number Diff line change 9
9
" loading" ,
10
10
" error"
11
11
],
12
- "version" : " 3.0 .0" ,
12
+ "version" : " 3.1 .0" ,
13
13
"peerDependencies" : {
14
14
"rxjs" : " ^6.2.0 || ^7.4.0" ,
15
- "@angular/common" : " ^14.2.10 || ^15.0.1 || ^16.0.0" ,
16
- "@angular/core" : " ^14.2.10 || ^15.0.1 || ^16.0.0"
15
+ "@angular/common" : " ^14.2.10 || ^15.0.1 || ^16.0.0 || ^17.0.0 " ,
16
+ "@angular/core" : " ^14.2.10 || ^15.0.1 || ^16.0.0 || ^17.0.0 "
17
17
},
18
18
"dependencies" : {
19
19
"tslib" : " ^2.3.0"
You can’t perform that action at this time.
0 commit comments