Skip to content

Commit 69bc72b

Browse files
authored
Feature/upgrade to angular 16 (#28)
* Upgrade packages to angular 16 * Update to latest node-version in github action
1 parent 8e79a31 commit 69bc72b

25 files changed

+3439
-3155
lines changed

.github/workflows/push_request_check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ jobs:
3232
- name: Setup NodeJs
3333
uses: actions/setup-node@v3
3434
with:
35-
node-version: '17'
35+
node-version: '20'
3636
cache: 'npm'
3737
cache-dependency-path: '**/package-lock.json'
3838

3939
- name: Install Dependencies
4040
run: npm install
4141

42-
- name: Test Project
42+
- name: Testing Project
4343
run: npm run test
4444

45-
- name: Test Project
45+
- name: Linting Project
4646
run: npm run lint
4747

4848
- name: Build Project

.github/workflows/tagged_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup NodeJs
3636
uses: actions/setup-node@v3
3737
with:
38-
node-version: '17'
38+
node-version: '20'
3939
cache: 'npm'
4040
cache-dependency-path: '**/package-lock.json'
4141

0 commit comments

Comments
 (0)