We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e671dc commit af12310Copy full SHA for af12310
.github/workflows/npm-publish.yml
@@ -7,11 +7,15 @@ on:
7
jobs:
8
publish:
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: read
12
+ id-token: write
13
steps:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-node@v4
16
with:
17
node-version: 22.15
18
+ registry-url: "https://registry.npmjs.org"
19
- run: npm ci
20
- run: |
21
npx babel ./src -d ./dist
0 commit comments