Skip to content

Commit

Permalink
Update nodejs.yml (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier506 authored Dec 5, 2023
1 parent 9fe3f6b commit b05aa4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
persist-credentials: false

Expand All @@ -23,7 +23,7 @@ jobs:
yarn build-storybook
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@v4
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
Expand Down

0 comments on commit b05aa4b

Please sign in to comment.