Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfng authored Oct 26, 2024
1 parent 1b1af50 commit e6b6cb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
node-version-file: '.tool-versions'

- name: Find yarn cache location
id: yarn-cache
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
node-version-file: '.tool-versions'

- name: Find yarn cache location
id: yarn-cache
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
node-version-file: '.tool-versions'

- name: Find yarn cache location
id: yarn-cache
Expand Down

0 comments on commit e6b6cb2

Please sign in to comment.