Skip to content

Commit

Permalink
build(gh-pages): update gh-actions versions to fix failed storybook d…
Browse files Browse the repository at this point in the history
…eployment

[skip release]
  • Loading branch information
hobbitronics committed Mar 7, 2024
1 parent cf98fe0 commit 75cd129
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '18'

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 75cd129

Please sign in to comment.