Skip to content

Commit

Permalink
checkout v4 + npm update
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Aug 14, 2024
1 parent 5b69cb3 commit 64b89ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_commit_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -20,7 +20,7 @@ jobs:
with:
node-version: "20.11.1"
- name: Install NPM version
run: npm install -g npm@10.2.4
run: npm install -g npm@10.8.2

- name: Disable CI checks
run: echo "CI=false" >> $GITHUB_ENV
Expand Down

0 comments on commit 64b89ac

Please sign in to comment.