diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6ec7de67..52a59ae7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 diff --git a/.gitignore b/.gitignore index 709c1372..4a7bdcd2 100644 --- a/.gitignore +++ b/.gitignore @@ -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