Skip to content

Commit 4dd6ffa

Browse files
authored
Run tests on Node.js v14 (#692)
1 parent ed24e7a commit 4dd6ffa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
node_version:
15-
- 13
15+
- 14
1616
- 12
1717
- 10
1818
os:
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v2
3737
- uses: actions/setup-node@v1
3838
with:
39-
node-version: 12
39+
node-version: 14
4040
- run: npm install
4141
- run: npm run lint
4242

@@ -46,6 +46,6 @@ jobs:
4646
- uses: actions/checkout@v2
4747
- uses: actions/setup-node@v1
4848
with:
49-
node-version: 12
49+
node-version: 14
5050
- run: npm install
5151
- run: npm run integration

0 commit comments

Comments
 (0)