Skip to content

Commit b209e24

Browse files
committed
(actions) also test node 18
1 parent b283323 commit b209e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodeCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-20.04, ubuntu-latest, windows-latest]
16-
node: [16]
16+
node: [16, 18]
1717
include:
1818
- os: windows-latest
1919
commandPrefix: ''

0 commit comments

Comments
 (0)