Skip to content

Commit 850b094

Browse files
committed
Add latest node versions to matrix
1 parent 095012d commit 850b094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest, macos-latest, windows-latest]
10-
node-version: [17.x]
10+
node-version: [17.x, 18.x, 19.x]
1111
steps:
1212
- name: Check out repository code
1313
uses: actions/checkout@v3

0 commit comments

Comments
 (0)