Skip to content

Commit cc86a13

Browse files
committed
added node 18 to matrix
1 parent dca03bc commit cc86a13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/RavenClient.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
strategy:
2626
matrix:
27-
node-version: [12.x, 14.x, 16.x]
27+
node-version: [12.x, 14.x, 16.x, 18.x]
2828
serverVersion: ["5.2", "5.3"]
2929
fail-fast: false
3030

@@ -71,4 +71,4 @@ jobs:
7171
run: node -e "require('./dist').DocumentStore"
7272

7373
- name: Check imports
74-
run: npm run check-imports
74+
run: npm run check-imports

0 commit comments

Comments
 (0)