Skip to content

Commit 543a047

Browse files
committed
CI: use Node.js 14.18 and 18
1 parent ab36aa4 commit 543a047

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest]
18-
node: [14, 16, 18]
18+
node: [14.18, 16, 18]
1919
java: [17]
2020
architecture: [x64]
2121
include:
2222
- os: windows-latest
23-
node: 16
23+
node: 18
2424
java: 17
2525
architecture: x64
2626
- os: windows-latest
27-
node: 16
27+
node: 18
2828
java: 17
2929
architecture: x86
3030

0 commit comments

Comments
 (0)