Skip to content

Commit

Permalink
chore(general): updates gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankjadda committed Jul 3, 2024
1 parent 6872b48 commit 0a7f39d
Show file tree
Hide file tree
Showing 2 changed files with 14,459 additions and 12,807 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
Loading

0 comments on commit 0a7f39d

Please sign in to comment.