We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095012d commit 850b094Copy full SHA for 850b094
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
os: [ubuntu-latest, macos-latest, windows-latest]
10
- node-version: [17.x]
+ node-version: [17.x, 18.x, 19.x]
11
steps:
12
- name: Check out repository code
13
uses: actions/checkout@v3
0 commit comments