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.
2 parents 6a24680 + 724edfd commit c943c33Copy full SHA for c943c33
.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
@@ -1 +1 @@
1
-20.19.3
+24.11.0
0 commit comments