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 c775b8e commit 8ccc31bCopy full SHA for 8ccc31b
1 file changed
.github/workflows/npm-publish.yml
@@ -4,13 +4,18 @@ on:
4
release:
5
types: [published]
6
7
+permissions:
8
+ id-token: write # Required for npm trusted publishing (OIDC)
9
+ contents: read
10
+
11
jobs:
12
deploy:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v6
16
- uses: actions/setup-node@v6
17
with:
18
+ node-version: '24'
19
registry-url: https://registry.npmjs.org/
20
- name: Set up Python
21
uses: actions/setup-python@v6
@@ -26,5 +31,3 @@ jobs:
26
31
python -m pip install --upgrade pip
27
32
pip install pre-commit
28
33
- run: make release-npm
29
- env:
30
- NODE_AUTH_TOKEN: ${{secrets.NPM_API_TOKEN}}
0 commit comments