Skip to content

Commit

Permalink
Update validate.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sserrata authored Nov 1, 2024
1 parent a42f4bf commit 45143aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "18"
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
node_modules
Expand All @@ -79,7 +79,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "18"
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
node_modules
Expand Down

0 comments on commit 45143aa

Please sign in to comment.