Skip to content

Commit 381d648

Browse files
committed
fix: update Node.js version in workflow to use latest for better compatibility
1 parent 470cf26 commit 381d648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup Node.js
5050
uses: actions/setup-node@v4
5151
with:
52-
node-version: "20"
52+
node-version: "latest"
5353
registry-url: "https://registry.npmjs.org"
5454

5555
- name: Run JSR to NPM conversion

0 commit comments

Comments
 (0)