Skip to content

Commit

Permalink
build: fixes GitHub Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGhadyani-Okta committed Jul 30, 2024
1 parent 9e0a85c commit aab47fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-node@v2
with:
cache: yarn
node-version: v22.5.1
node-version: v20.9.0

- name: node_modules cache
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/warm-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v2
with:
node-version: v22.5.1
node-version: v20.9.0
cache: yarn
- name: node_modules cache
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/x-browser-vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v2
with:
node-version: v22.5.1
node-version: v20.9.0
cache: yarn
- name: node_modules cache
uses: actions/cache@v2
Expand Down

0 comments on commit aab47fe

Please sign in to comment.