From f610462685fb7ae110b7cd3ce82555e33d5eff42 Mon Sep 17 00:00:00 2001 From: SciLor Date: Wed, 15 May 2024 15:40:48 +0000 Subject: [PATCH] install npm --- .github/workflows/build_commit_web.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_commit_web.yml b/.github/workflows/build_commit_web.yml index 39ac00a1..bba9df20 100644 --- a/.github/workflows/build_commit_web.yml +++ b/.github/workflows/build_commit_web.yml @@ -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 @@ -21,10 +24,10 @@ jobs: git config --global user.email "scilor@users.noreply.github.com" 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 .