Skip to content

Commit b690448

Browse files
authored
Angular 16 support (#7)
1 parent e4b8b02 commit b690448

File tree

11 files changed

+11651
-27298
lines changed

11 files changed

+11651
-27298
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [16.x]
17+
node-version: [18.x]
1818

1919
steps:
2020
- uses: actions/checkout@v2

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v2
2626
- uses: actions/setup-node@v1
2727
with:
28-
node-version: 16
28+
node-version: 18
2929
registry-url: https://registry.npmjs.org/
3030
- run: npm ci
3131
- run: npm run build

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
[![github version](https://img.shields.io/github/package-json/v/vdolek/angular-runtime-config/master?label=github)](https://github.com/vdolek/angular-runtime-config)
44
[![npm version](https://img.shields.io/npm/v/angular-runtime-config)](https://www.npmjs.com/package/angular-runtime-config)
5-
[![build status](https://img.shields.io/github/workflow/status/vdolek/angular-runtime-config/CI/master)](https://github.com/vdolek/angular-runtime-config/actions?query=workflow%3ACI)
6-
[![vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/vdolek/angular-runtime-config)](https://snyk.io/test/github/vdolek/angular-runtime-config)
5+
[![CI](https://github.com/vdolek/angular-runtime-config/actions/workflows/ci.yml/badge.svg)](https://github.com/vdolek/angular-runtime-config/actions/workflows/ci.yml)
76

87
TL;DR, Angular support for one deployment package for different environments with specific configurations.
98

angular.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@
3535
}
3636
}
3737
},
38-
"defaultProject": "angular-runtime-config"
38+
"defaultProject": "angular-runtime-config",
39+
"cli": {
40+
"analytics": false
41+
}
3942
}

0 commit comments

Comments
 (0)