Skip to content

Commit 3a804b4

Browse files
authored
Merge branch 'next' into ul-li
2 parents 052d56a + 3f98978 commit 3a804b4

File tree

10 files changed

+95932
-19499
lines changed

10 files changed

+95932
-19499
lines changed

.github/workflows/check-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [14.x]
16+
node-version: [16.x]
1717

1818
steps:
1919
- uses: actions/checkout@v2
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
matrix:
4444
angular-version: [12, 13, 14]
45-
node-version: [14.x]
45+
node-version: [16.x]
4646

4747
steps:
4848
- uses: actions/checkout@v2

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v3
2121

22-
# Set up node to use v14
22+
# Set up node to use v16
2323
- name: Setup Node
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: "14"
26+
node-version: "16"
2727
cache: "npm"
2828
cache-dependency-path: "package-lock.json"
2929

.github/workflows/test.yml

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

1414
strategy:
1515
matrix:
16-
node-version: [14.x]
16+
node-version: [16.x]
1717

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

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v14
1+
v16

0 commit comments

Comments
 (0)