Skip to content

Commit

Permalink
try to enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Apr 4, 2024
1 parent affb610 commit af5595d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 20
- run: corepack enable
- name: Install
run: yarn install
- name: Prettier
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ packages/core/dist-branch
# Yarn
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.yarn/*
website/.yarn/*
!.yarn/releases
!.yarn/patches
!.yarn/plugins
Expand Down

0 comments on commit af5595d

Please sign in to comment.