Skip to content

Commit

Permalink
Merge pull request #153 from jdubois/update-github-actions
Browse files Browse the repository at this point in the history
Update GitHub actions
  • Loading branch information
deepu105 authored Aug 24, 2023
2 parents 4a02c11 + 158c32d commit 6abd848
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: NPM install
run: npm i
run: npm i --legacy-peer-deps
- name: NPM deploy
run: npm run deploy
2 changes: 1 addition & 1 deletion .github/workflows/update-jhipster-online.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checkout jhipster-online with submodules
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
repository: 'jhipster/jhipster-online'
submodules: 'true'
Expand Down

0 comments on commit 6abd848

Please sign in to comment.