Skip to content

Commit

Permalink
install npm
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed May 15, 2024
1 parent ff210e5 commit f610462
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_commit_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/setup-node@v4
with:
node-version: "20.11.1"

- name: Make Web
run: make web
Expand All @@ -21,10 +24,10 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "SciLor"
- name: Git status tonies-ota-backup
- name: Git status
run: |
git status
- name: Commit and push if changed tonies-ota-backup
- name: Commit and push if changed
run: |
if [[ -n $(git status --porcelain) ]]; then
git add .
Expand Down

0 comments on commit f610462

Please sign in to comment.