Skip to content

Commit f6d4eb4

Browse files
committed
chore: ship v4.1.0 for Angular 14
1 parent 32c8aa3 commit f6d4eb4

File tree

8 files changed

+1604
-2025
lines changed

8 files changed

+1604
-2025
lines changed
+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: Project icons check
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- v4.1
8+
pull_request:
9+
branches:
10+
- main
11+
- v4.1
12+
jobs:
13+
build:
14+
15+
runs-on: ubuntu-latest
16+
17+
strategy:
18+
matrix:
19+
node-version: [16.x]
20+
os: [ubuntu-latest, windows-latest, macOS-latest]
21+
22+
steps:
23+
- uses: actions/checkout@v1
24+
- name: Use Node.js ${{ matrix.node-version }}
25+
uses: actions/setup-node@v1
26+
with:
27+
node-version: ${{ matrix.node-version }}
28+
- name: project check
29+
run: |
30+
npm i
31+
npm run build:icons:prod
32+
npm run lint:icons
33+
npm run test:icons:prod
34+
env:
35+
CI: true

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@
2525

2626
## Status
2727

28-
[![npm-coreui-angular-next][npm-coreui-angular-badge-latest]][npm-coreui-angular]
28+
![angular][angular-badge]
29+
[![npm-coreui-angular-latest][npm-coreui-angular-badge-latest]][npm-coreui-angular]
30+
[![npm-coreui-angular-next][npm-coreui-angular-badge-next]][npm-coreui-angular]
2931
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
30-
![angular](https://img.shields.io/badge/angular-^13.3.0-lightgrey.svg?style=flat-square&logo=angular)
3132

32-
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=red
33+
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=brightgreen
34+
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
3335
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
3436
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
37+
[angular-badge]: https://img.shields.io/badge/angular-^14.0.0-lightgrey.svg?style=flat-square&logo=angular
3538

3639
## Table of contents
3740

@@ -55,7 +58,7 @@
5558
Before you begin, make sure your development environment includes `Node.js®` and `npm` package manager.
5659

5760
###### Node.js
58-
[**Angular 13**](https://angular.io/guide/what-is-angular) requires `Node.js` LTS version `^14.15` or `^16.10`.
61+
[**Angular 14**](https://angular.io/guide/what-is-angular) requires `Node.js` LTS version `^14.15` or `^16.10`.
5962

6063
- To check your version, run `node -v` in a terminal/console window.
6164
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).

0 commit comments

Comments
 (0)