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 be2918b commit e545d8dCopy full SHA for e545d8d
.github/workflows/nodejs.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- node: [18.x, 20.x, 22.x]
+ node: [18.x, 20.x, 22.x]
16
os: [ubuntu-latest, windows-latest, macos-latest]
17
18
steps:
0 commit comments