We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 663d01e + 9d293c3 commit d0c562dCopy full SHA for d0c562d
.github/workflows/publish.yml
@@ -4,6 +4,11 @@ on:
4
push:
5
branches: [main]
6
7
+permissions:
8
+ # Required for OIDC: https://docs.npmjs.com/trusted-publishers
9
+ id-token: write
10
+ contents: read
11
+
12
# Ensure that only one instance of this workflow executes at a time.
13
# If multiple PRs are merged in quick succession, there will only ever be one publish workflow running and one pending.
14
concurrency: ${{ github.workflow }}
.nvmrc
@@ -0,0 +1 @@
1
+24.11.0
0 commit comments