Skip to content

Commit

Permalink
ci(yarn): update lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMamdouh committed Aug 28, 2024
1 parent c3a3242 commit 3183634
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/Hydrogen
cache: yarn
- name: Install Dependencies
run: |
corepack enable
Expand Down
13 changes: 0 additions & 13 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
nodeLinker: node-modules
supportedArchitectures:
os:
- darwin
- linux
- win32
cpu:
- x64
- x86
- arm
- ia32
libc:
- glibc
- musl

0 comments on commit 3183634

Please sign in to comment.