Skip to content

Commit 4786eab

Browse files
committed
CI
1 parent 53449b0 commit 4786eab

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Use Node.js ${{ env.NODEVER }}
20-
uses: actions/setup-node@v2
20+
uses: actions/setup-node@v3
2121
with:
2222
node-version: ${{ env.NODEVER }}
2323
cache: "npm"
24-
- run: npm run test
24+
- run: npm ci
25+
- run: npm test
2526
- run: npm run build --if-present
2627
- name: Push frontend to labctl
2728
uses: cpina/github-action-push-to-another-repository@main
@@ -34,4 +35,4 @@ jobs:
3435
user-email: [email protected]
3536
target-branch: main
3637
target-directory: helpers/frontend/html
37-
commit-message: labctl-js
38+
#commit-message: labctl-js

0 commit comments

Comments
 (0)