Skip to content

Commit

Permalink
Merge pull request #7 from icflorescu/next
Browse files Browse the repository at this point in the history
Upgrade github action versions
  • Loading branch information
icflorescu authored Nov 6, 2023
2 parents b939914 + 6be8d58 commit 5525dae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Build
run: GITHUB_PAGES=true yarn build
- name: Upload pages artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: ./docs/out
- name: Upload package artifact
Expand All @@ -65,7 +65,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: package
- uses: JS-DevTools/npm-publish@v1
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}

Expand All @@ -79,4 +79,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2

0 comments on commit 5525dae

Please sign in to comment.