Skip to content

Commit

Permalink
fix: update NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Vtec234 authored Aug 5, 2024
1 parent 8001f56 commit 95ece42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
path-type: inherit
install: curl unzip

- name: Update NPM
# See https://github.com/nodejs/node/issues/52682
shell: bash
run: npm install -g npm

- name: Install elan
shell: bash
run: |
Expand Down

0 comments on commit 95ece42

Please sign in to comment.