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 ea9936a commit 3714b14Copy full SHA for 3714b14
2 files changed
.github/workflows/npm-beta-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
- uses: actions/setup-node@v3
19
with:
20
- node-version: "22"
+ node-version: "24"
21
- uses: oven-sh/setup-bun@v2
22
- name: Install Dependencies
23
run: bun install --frozen-lockfile
.github/workflows/npm-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
0 commit comments