We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96eebba commit 0152d1bCopy full SHA for 0152d1b
.github/workflows/CI.yml
@@ -9,7 +9,7 @@ jobs:
9
test:
10
strategy:
11
matrix:
12
- node: [16.x]
+ node: [16.x, 20.x]
13
os: [ubuntu-latest]
14
runs-on: ${{ matrix.os }}
15
steps:
0 commit comments