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.
test.yml
1 parent 810cd22 commit 305e783Copy full SHA for 305e783
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
os: [ ubuntu-latest ] #, macos-latest, windows-latest ]
21
- node-version: [ '20' ]
+ node-version: [ '22' ]
22
23
name: Node.js ${{ matrix.node-version }} on OS ${{ matrix.os }}
24
steps:
0 commit comments