Skip to content

Commit 3714b14

Browse files
committed
fix: Node 24 Actions
1 parent ea9936a commit 3714b14

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-beta-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v3
1919
with:
20-
node-version: "22"
20+
node-version: "24"
2121
- uses: oven-sh/setup-bun@v2
2222
- name: Install Dependencies
2323
run: bun install --frozen-lockfile

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: "22"
17+
node-version: "24"
1818
- uses: oven-sh/setup-bun@v2
1919
- name: Install Dependencies
2020
run: bun install --frozen-lockfile

0 commit comments

Comments
 (0)