Skip to content

Commit 3942142

Browse files
committed
fix
1 parent 4ab34c1 commit 3942142

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: '24'
22+
node-version: '22'
2323

2424
- name: Install dependencies
2525
run: cd lib && npm install

0 commit comments

Comments
 (0)