Skip to content

Commit 413b7f2

Browse files
committed
pin github actions and remove tests in npm-publish workflow
1 parent c898541 commit 413b7f2

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,12 @@ jobs:
1515
id-token: write # Required for OIDC
1616
contents: read
1717
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
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
19+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
2620
with:
2721
node-version: 24
2822
registry-url: https://registry.npmjs.org/
2923
- run: npm install
30-
- run: npm run test
24+
- run: npm run lint
25+
- run: npm run build
3126
- run: npm publish --provenance --access public

0 commit comments

Comments
 (0)