Skip to content

Commit 57ed588

Browse files
authored
Merge pull request #480 from SwabianCoder/feature/476-support-angular-17
Feature/476 support angular 17
2 parents 1af9234 + 81a1c63 commit 57ed588

27 files changed

+7541
-6033
lines changed

.github/workflows/build_release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
contents: read
1616
strategy:
1717
matrix:
18-
node-version: [18.x]
18+
node-version: [20.9.x]
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
- name: Node ${{ matrix.node-version }}
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- name: Get package version
@@ -68,10 +68,10 @@ jobs:
6868
version_increased: ${{ steps.verify_package_version_change.outputs.version_increased }}
6969
strategy:
7070
matrix:
71-
node-version: [18.x]
71+
node-version: [20.9.x]
7272
steps:
7373
- name: Node ${{ matrix.node-version }}
74-
uses: actions/setup-node@v3
74+
uses: actions/setup-node@v4
7575
with:
7676
node-version: ${{ matrix.node-version }}
7777
- name: Download artifact
@@ -119,10 +119,10 @@ jobs:
119119
environment: NPM
120120
strategy:
121121
matrix:
122-
node-version: [18.x]
122+
node-version: [20.9.x]
123123
steps:
124124
- name: Node ${{ matrix.node-version }}
125-
uses: actions/setup-node@v3
125+
uses: actions/setup-node@v4
126126
with:
127127
node-version: ${{ matrix.node-version }}
128128
- name: Download artifact
@@ -144,10 +144,10 @@ jobs:
144144
contents: write
145145
strategy:
146146
matrix:
147-
node-version: [18.x]
147+
node-version: [20.9.x]
148148
steps:
149149
- name: Node ${{ matrix.node-version }}
150-
uses: actions/setup-node@v3
150+
uses: actions/setup-node@v4
151151
with:
152152
node-version: ${{ matrix.node-version }}
153153
- name: Download artifact

.github/workflows/pr_validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [18.x]
16+
node-version: [20.9.x]
1717
steps:
1818
- name: Checkout PR branch
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- name: Node ${{ matrix.node-version }}
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
- name: Check commit authors

.github/workflows/pr_validation_api-token-interceptor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
project_changes: ${{ steps.changes.outputs.project }}
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
- name: Check for changes in path
1919
uses: dorny/paths-filter@v2
2020
id: changes

.github/workflows/pr_validation_date-interceptors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
project_changes: ${{ steps.changes.outputs.project }}
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
- name: Check for changes in path
1919
uses: dorny/paths-filter@v2
2020
id: changes

.github/workflows/pr_validation_template-type-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
project_changes: ${{ steps.changes.outputs.project }}
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
- name: Check for changes in path
1919
uses: dorny/paths-filter@v2
2020
id: changes

0 commit comments

Comments
 (0)