Skip to content

Commit

Permalink
chore(general): updates gh-pages.yml (#187)
Browse files Browse the repository at this point in the history
* chore(general): updates gh-pages.yml

* chore(general): updates gh-pages.yml

* chore(general): updates gh-pages.yml
  • Loading branch information
pavankjadda authored Jul 10, 2024
1 parent fa58c63 commit b0d39bb
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 @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache node modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand All @@ -23,7 +23,7 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'npm'
Expand Down

0 comments on commit b0d39bb

Please sign in to comment.