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 3f8addb commit 4a543d2Copy full SHA for 4a543d2
.github/workflows/build-test.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ${{ matrix.os }}
22
strategy:
23
matrix:
24
- node-version: ['16.x', '18.x']
+ node-version: ['20.x', '22.x']
25
os: [ubuntu-latest]
26
27
steps:
0 commit comments