We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab36aa4 commit 543a047Copy full SHA for 543a047
1 file changed
.github/workflows/test.yml
@@ -15,16 +15,16 @@ jobs:
15
fail-fast: false
16
matrix:
17
os: [ubuntu-latest]
18
- node: [14, 16, 18]
+ node: [14.18, 16, 18]
19
java: [17]
20
architecture: [x64]
21
include:
22
- os: windows-latest
23
- node: 16
+ node: 18
24
java: 17
25
architecture: x64
26
27
28
29
architecture: x86
30
0 commit comments