Skip to content

Commit

Permalink
ok it needs lock file so checkout first
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Dec 22, 2023
1 parent cb136e8 commit 72bd736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
node-version: '18'
- name: "enable corepack for yarn"
run : sudo corepack enable yarn
# must call twice because of chicken and egg problem with yarn and node
- uses: actions/checkout@v4
# must call twice because of chicken and egg problem with yarn and node
- uses: actions/setup-node@v2
with:
node-version: '18'
cache: 'yarn'
- uses: actions/checkout@v4
- name: Restore node cache
uses: actions/cache@v3
id: cache_node
Expand Down

0 comments on commit 72bd736

Please sign in to comment.