Skip to content

Commit 4e35782

Browse files
Fix test issues
1 parent 123e03d commit 4e35782

11 files changed

+2807
-1353
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js
1515
uses: actions/[email protected]
1616
with:
17-
node-version: 14.x
17+
node-version: 16.x
1818

1919
- name: Setup .NET Core
2020
uses: actions/[email protected]
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Node.js
4848
uses: actions/[email protected]
4949
with:
50-
node-version: 14.x
50+
node-version: 16.x
5151

5252
- name: Install
5353
run: npm ci
@@ -73,7 +73,7 @@ jobs:
7373
- name: Setup Node.js
7474
uses: actions/[email protected]
7575
with:
76-
node-version: 14.x
76+
node-version: 16.x
7777

7878
- name: Install NPM modules
7979
run: npm ci

0 commit comments

Comments
 (0)