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.
1 parent fe95f76 commit 11dd541Copy full SHA for 11dd541
.github/workflows/bump.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: oven-sh/setup-bun@v2
25
- run: bun install --frozen-lockfile
26
27
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
28
with:
29
node-version: "lts/*"
30
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: bun run build
19
- run: bun run exports
20
21
22
23
registry-url: https://npm.pkg.github.com/
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
46
registry-url: "https://registry.npmjs.org"
0 commit comments