Skip to content

Commit 5b81ad0

Browse files
committed
feat: added node16 to e2e test
1 parent a21386d commit 5b81ad0

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Diff for: .github/workflows/run-e2e-tests.yml

+5-7
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ jobs:
99
steps:
1010
- name: "Checkout"
1111
uses: actions/checkout@v3
12-
- name: "Use NodeJS 14"
12+
- name: "Use NodeJS 16"
1313
uses: actions/setup-node@v3
1414
with:
15-
# Always use version 14 as we use TypeScript target es2020
16-
node-version: 14
15+
node-version: 16
1716
- name: "Install [email protected]"
1817
run: npm i -g npm@next-8
1918
- name: "Install monorepo packages"
@@ -43,16 +42,15 @@ jobs:
4342
contents: read
4443
strategy:
4544
matrix:
46-
version: [12, 14]
45+
version: [12, 14, 16]
4746
package: [logger, metrics, tracer]
4847
steps:
4948
- name: "Checkout"
5049
uses: actions/checkout@v3
51-
- name: "Use NodeJS 14"
50+
- name: "Use NodeJS 16"
5251
uses: actions/setup-node@v3
5352
with:
54-
# Always use version 14 as we use TypeScript target es2020
55-
node-version: 14
53+
node-version: 16
5654
- name: "Install [email protected]"
5755
run: npm i -g npm@next-8
5856
- name: "Install monorepo packages"

0 commit comments

Comments
 (0)