Skip to content

Commit 3a4ba17

Browse files
committed
fix: correct node version in workflow
1 parent 0990f4b commit 3a4ba17

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
@@ -91,7 +91,7 @@ jobs:
9191
- name: "🔧 setup node"
9292
uses: actions/setup-node@v4
9393
with:
94-
node-version: 20
94+
node-version: 23
9595

9696
- name: "🔧 install npm@latest"
9797
run: npm i -g npm@latest

0 commit comments

Comments
 (0)