Skip to content

Commit

Permalink
(feat): upgrade to yarn v4 (#4257)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Aug 10, 2024
1 parent 758761d commit 926da41
Show file tree
Hide file tree
Showing 3,197 changed files with 44,612 additions and 47,769 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
9 changes: 3 additions & 6 deletions .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '14'

- name: Install dependencies
run: yarn install
node-version: 18
cache: "yarn"

- name: Check versions
run: |
Expand Down
Loading

0 comments on commit 926da41

Please sign in to comment.