Skip to content

Commit 9b72a9b

Browse files
committed
update node versions to 16
1 parent 873c378 commit 9b72a9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
name: Execution Tests Ubuntu
4949
strategy:
5050
matrix:
51-
node: [12, 14]
51+
node: [14, 16]
5252
ts: [3.8.3, 3.9.3, 4.0.3, 4.1.5, 4.2.4, 4.3.2, 4.4.2, 4.5.2, 4.6.2, next]
5353
runs-on: ubuntu-latest
5454
steps:
@@ -75,7 +75,7 @@ jobs:
7575
name: Execution Tests Windows
7676
strategy:
7777
matrix:
78-
node: [12, 14]
78+
node: [14, 16]
7979
ts: [3.8.3, 3.9.3, 4.0.3, 4.1.5, 4.2.4, 4.3.2, 4.4.2, 4.5.2, 4.6.2, next]
8080
runs-on: windows-latest
8181
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: install node
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: 14
16+
node-version: 16
1717
registry-url: https://registry.npmjs.org/
1818

1919
- name: install

0 commit comments

Comments
 (0)