Skip to content

Commit 135aa5d

Browse files
TylerJDevCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent c1eb316 commit 135aa5d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ jobs:
1313
run: |
1414
npm install
1515
npm run build --if-present
16-
npm test
16+
run: |
17+
npm install
18+
npm run build --if-present
19+
npm test
1720
env:
1821
CI: true
1922

0 commit comments

Comments
 (0)