We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2111f commit 0dbd34bCopy full SHA for 0dbd34b
4 files changed
.github/workflows/release.yml
@@ -5,13 +5,13 @@ on:
5
branches: [main]
6
7
permissions:
8
- id-token: write # Required for OIDC
9
contents: read
10
11
jobs:
12
release:
13
runs-on: ubuntu-latest
14
+ id-token: write # Required for OIDC
15
contents: write
16
packages: write
17
pull-requests: write
@@ -23,6 +23,11 @@ jobs:
23
fetch-depth: 0
24
token: ${{ secrets.GITHUB_TOKEN }}
25
26
+ - uses: actions/setup-node@v6
27
+ with:
28
+ node-version-file: .nvmrc
29
+ registry-url: "https://registry.npmjs.org"
30
+
31
- name: Setup Bun
32
uses: oven-sh/setup-bun@v2
33
with:
.nvmrc
@@ -0,0 +1 @@
1
+24
0 commit comments