Skip to content

Commit 5f05e0d

Browse files
committed
Fix yml error
1 parent 135aa5d commit 5f05e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
node-version: 18.x
1212
- name: npm install, build, and test
13-
run: |
13+
run: |
1414
npm install
1515
npm run build --if-present
1616
run: |

0 commit comments

Comments
 (0)