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 51c15fa commit eafc000Copy full SHA for eafc000
.github/workflows/bump.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: oven-sh/setup-bun@v2
28
- run: bun install --frozen-lockfile
29
30
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
31
with:
32
node-version: "lts/*"
33
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
- run: bun run build
21
- run: bun run exports
22
23
24
25
26
registry-url: https://registry.npmjs.org/
0 commit comments