Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasindu Dissanayake authored Jul 14, 2024
1 parent 3b50ab4 commit 2c5b862
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 16.17.0

Expand All @@ -27,7 +27,7 @@ jobs:
run: npm run build

- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.1
uses: JamesIves/github-pages-deploy-action@4.6.3
if: startsWith(github.ref, 'refs/tags/')
with:
branch: gh-pages
Expand Down

0 comments on commit 2c5b862

Please sign in to comment.