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 35782f1 commit f63d7d2Copy full SHA for f63d7d2
.github/workflows/main-build-nodejs.yml
@@ -23,7 +23,7 @@ jobs:
23
fail-fast: false
24
matrix:
25
architecture: [ amd64, arm64 ]
26
- runtime: [nodejs18.x, node20.x, nodejs22.x]
+ runtime: [nodejs18.x, nodejs20.x, nodejs22.x]
27
steps:
28
- uses: actions/checkout@v4
29
with:
0 commit comments