Skip to content

Commit 9ddd679

Browse files
authored
ci: enable pm checks Yarn v1 and pnpm (#84)
1 parent 828a6eb commit 9ddd679

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci-build-all-pm.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
npm install ./eslint-css-${{ needs.npm-build.outputs.version }}.tgz -D
4545
yarn-v1-install:
4646
name: Install with Yarn v1
47-
if: false # disable due to https://github.com/eslint/css/issues/58
4847
needs: npm-build
4948
runs-on: ubuntu-latest
5049
steps:
@@ -76,7 +75,6 @@ jobs:
7675
YARN_ENABLE_IMMUTABLE_INSTALLS: 0 # Allow installs to modify lockfile
7776
pnpm-install:
7877
name: Install with pnpm
79-
if: false # disable due to https://github.com/eslint/css/issues/56
8078
needs: npm-build
8179
runs-on: ubuntu-latest
8280
steps:

0 commit comments

Comments
 (0)