Skip to content

Commit

Permalink
Update mod-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markdumay authored Aug 26, 2023
1 parent e6ac11b commit 1bba7c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/mod-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
cache: 'npm'
cache-dependency-path: '**/package-lock.json'

- name: Perform clean install of npm
run: npm ci
# [26/AUG/23] Adjusted from npm ci to prevent EBADPLATFORM error due to fsevents
- name: Install npm
run: npm i

- name: Update Hugo module dependencies
id: mod-updates
Expand Down

0 comments on commit 1bba7c3

Please sign in to comment.