Skip to content

Commit b61a2f6

Browse files
committed
build: fix invalid YAML file
1 parent aae6721 commit b61a2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141
- uses: actions/setup-node@v4
4242
with:
43-
node-version: "22.x
43+
node-version: "22.x"
4444
- name: install dependencies
4545
run: npm ci
4646
- name: build project

0 commit comments

Comments
 (0)