Skip to content

Commit 31cc3f5

Browse files
committed
Updated github workflow.
1 parent fb01359 commit 31cc3f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
- name: Checkout Repo
1717
uses: actions/checkout@v4
1818

19-
- name: Setup Node.js 20.x
19+
- name: Setup Node.js 24.x
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 20
22+
node-version: 24
2323

2424
- name: Setup pnpm
25-
uses: pnpm/action-setup@v2
25+
uses: pnpm/action-setup@v4
2626
with:
2727
version: latest
2828

0 commit comments

Comments
 (0)