Skip to content

Commit aa30672

Browse files
fix: fix publish
1 parent 89e4327 commit aa30672

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939

4040
- name: Setup Node
4141
uses: actions/setup-node@v4
42-
42+
with:
43+
node-version: 20
4344
- name: Install dependencies
4445
run: npm install
4546

0 commit comments

Comments
 (0)