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 21f34bf commit 121da27Copy full SHA for 121da27
.github/workflows/nodejs.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
node-version: ${{ matrix.node-version }}
29
cache: 'npm'
30
- - run: npm ci --legacy-peer-deps
+ - run: npm ci
31
- run: npm run test # runs linting and tests
32
- run: npm run build --if-present
33
- run: python -m pip install linkcheckmd
.github/workflows/npm-release.yml
@@ -28,7 +28,7 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm run build --if-present --isNpmBuild
- run: npm publish --access=public --tag=beta
34
env:
0 commit comments