Skip to content

Commit a092898

Browse files
committed
fix yaml
1 parent b71c1ef commit a092898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121

2222
- name: Setup Node.js
2323
uses: actions/setup-node@v4
24-
with:
25-
node-version: 23
24+
with:
25+
"node-version": "23"
2626
cache: "pnpm"
2727

2828
- name: Build

0 commit comments

Comments
 (0)