Skip to content

Commit f63d7d2

Browse files
authoredJan 2, 2025··
fix typo in nodejs runtime workflow (#1032)
1 parent 35782f1 commit f63d7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main-build-nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
architecture: [ amd64, arm64 ]
26-
runtime: [nodejs18.x, node20.x, nodejs22.x]
26+
runtime: [nodejs18.x, nodejs20.x, nodejs22.x]
2727
steps:
2828
- uses: actions/checkout@v4
2929
with:

0 commit comments

Comments
 (0)
Please sign in to comment.