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 9d3b9dc commit cbb535fCopy full SHA for cbb535f
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- node-version: [18.x, 16.x]
+ node-version: [20.x, 18.x]
17
steps:
18
- uses: actions/checkout@v2
19
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments