commit | 432230044d8ffbfc58be1586d625c330ec7f7758 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Mar 05 09:54:00 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Mar 05 09:54:00 2023 +0000 |
tree | af2d7ab73d73139a7b7163bf344299a3a4686a4d | |
parent | c07e9ef62953f88c1118d6b517ea81085d2db9bc [diff] |
Stop letting setup-node install yarn packages
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ade943e..beee7fe 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml
@@ -21,7 +21,6 @@ - uses: actions/setup-node@v3.6.0 with: node-version: 19.x - cache: 'yarn' - run: yarn install --immutable --ignore-engines - name: Compile run: yarn build