We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828a6eb commit 9ddd679Copy full SHA for 9ddd679
.github/workflows/ci-build-all-pm.yml
@@ -44,7 +44,6 @@ jobs:
44
npm install ./eslint-css-${{ needs.npm-build.outputs.version }}.tgz -D
45
yarn-v1-install:
46
name: Install with Yarn v1
47
- if: false # disable due to https://github.com/eslint/css/issues/58
48
needs: npm-build
49
runs-on: ubuntu-latest
50
steps:
@@ -76,7 +75,6 @@ jobs:
76
75
YARN_ENABLE_IMMUTABLE_INSTALLS: 0 # Allow installs to modify lockfile
77
pnpm-install:
78
name: Install with pnpm
79
- if: false # disable due to https://github.com/eslint/css/issues/56
80
81
82
0 commit comments