Skip to content

Commit

Permalink
feat: upgraded git actions to be compatible with node 20 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba authored Apr 2, 2024
1 parent 4fdf104 commit ecb24d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
uses: actions/checkout@v4

- name: Install and Build
run: |
Expand All @@ -32,15 +32,15 @@ jobs:
working-directory: ./playground/public-spa

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: JamesIves/github-pages-deploy-action@4
with:
branch: ${{ env.DEPLOY_REPO_BRANCH }}
folder: ./playground/public-spa/out

- name: Create Release
if: github.ref == 'refs/heads/main'
id: release
uses: rymndhng/release-on-push-action@v0.20.0
uses: rymndhng/release-on-push-action@v0.28.0
with:
bump_version_scheme: patch
tag_prefix: v
Expand Down

0 comments on commit ecb24d1

Please sign in to comment.