Skip to content

Commit 1f1d4b3

Browse files
author
Kai Volland
committed
ci: use node 18 instead of 12
1 parent 158e25d commit 1f1d4b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/on-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [12.x, 14.x, 16.x]
11+
node-version: [14.x, 16.x, 18.x]
1212

1313
steps:
1414
- name: Checkout sources

.github/workflows/on-push-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [12.x, 14.x, 16.x]
14+
node-version: [14.x, 16.x, 18.x]
1515

1616
steps:
1717
- name: Checkout sources

0 commit comments

Comments
 (0)