Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 2061b09

Browse files
authored
Update Node and TypeScript versions in tests (#765)
1 parent baa2561 commit 2061b09

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
runs-on: ubuntu-latest
117117
strategy:
118118
matrix:
119-
node_version_to_setup: [10, 12, 14, 15]
119+
node_version_to_setup: [10, 12, 14, 16]
120120
steps:
121121
- name: Checkout repo
122122
uses: actions/checkout@v2

integrationTests/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"node-10": "npm:[email protected]",
1010
"node-12": "npm:[email protected]",
1111
"node-14": "npm:[email protected]",
12-
"node-15": "npm:node@15.x.x"
12+
"node-16": "npm:node@16.x.x"
1313
}
1414
}

integrationTests/ts/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"typescript-3.8": "npm:[email protected]",
1515
"typescript-3.9": "npm:[email protected]",
1616
"typescript-4.0": "npm:[email protected]",
17-
"typescript-4.1": "npm:[email protected]"
17+
"typescript-4.1": "npm:[email protected]",
18+
"typescript-4.2": "npm:[email protected]",
19+
"typescript-4.3": "npm:[email protected]"
1820
}
1921
}

0 commit comments

Comments
 (0)