Skip to content

Commit

Permalink
test262 does not require yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Oct 19, 2022
1 parent 197a58c commit 04db2eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -508,7 +508,6 @@ jobs:
with:
node-version: latest
check-latest: true
cache: "yarn"
- name: Checkout test runner
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -545,7 +544,6 @@ jobs:
with:
node-version: latest
check-latest: true
cache: "yarn"
- name: Install
run: yarn install
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 04db2eb

Please sign in to comment.