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 046f9f0 commit a1d9b34Copy full SHA for a1d9b34
.github/CODEOWNERS
@@ -0,0 +1 @@
1
+.github/workflows/release-please.yml @eslint/eslint-tsc
.github/workflows/release-please.yml
@@ -32,11 +32,11 @@ jobs:
32
with:
33
node-version: lts/*
34
registry-url: https://registry.npmjs.org
35
+ # npm 11.5.1 or later is required so update to latest to be sure
36
+ - run: npm install -g npm@latest
37
- uses: pnpm/action-setup@v4
38
- run: pnpm install
39
- run: pnpm publish --provenance --access public
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
40
notify-twitter:
41
runs-on: ubuntu-latest
42
needs:
0 commit comments