Skip to content

Commit cae0224

Browse files
committed
Update to node 18
1 parent 3b6e16c commit cae0224

File tree

5 files changed

+114
-15650
lines changed

5 files changed

+114
-15650
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: 16
17+
node-version: 18
1818
registry-url: https://registry.npmjs.org/
1919
- run: npm ci
2020
- run: npm run build

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
with:
1616
ref: ${{ github.base_ref }}
1717
- uses: actions/checkout@v2
18-
- name: Use Node.js 16.x
18+
- name: Use Node.js 18.x
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: 16.x
21+
node-version: 18.x
2222
- run: npm ci
2323
- run: npm run build
2424
- run: npm run test

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

libs/ngx-http-request-state/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"loading",
1010
"error"
1111
],
12-
"version": "3.0.0",
12+
"version": "3.1.0",
1313
"peerDependencies": {
1414
"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"
1717
},
1818
"dependencies": {
1919
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)