We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm-publish
1 parent c898541 commit 413b7f2Copy full SHA for 413b7f2
1 file changed
.github/workflows/npm-publish.yml
@@ -15,17 +15,12 @@ jobs:
15
id-token: write # Required for OIDC
16
contents: read
17
steps:
18
- - uses: actions/checkout@v6
19
- - uses: webfactory/ssh-agent@v0.10.0
20
- with:
21
- ssh-private-key: |
22
- ${{ secrets.RSA_KEY }}
23
- ${{ secrets.ECDSA_KEY }}
24
- ${{ secrets.ED25519_KEY }}
25
- - uses: actions/setup-node@v6
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
+ - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
26
with:
27
node-version: 24
28
registry-url: https://registry.npmjs.org/
29
- run: npm install
30
- - run: npm run test
+ - run: npm run lint
+ - run: npm run build
31
- run: npm publish --provenance --access public
0 commit comments