Skip to content

Commit 9b8a549

Browse files
authored
bump node version to 24 in release workflow (#5)
1 parent 51b8598 commit 9b8a549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: "20"
24+
node-version: "24"
2525
cache: "yarn"
2626
registry-url: "https://registry.npmjs.org"
2727

0 commit comments

Comments
 (0)