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 f17ef1d + ea94b96 commit 6c3efb4Copy full SHA for 6c3efb4
.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.18.1
+24.11.0
0 commit comments