Skip to content

Commit be10424

Browse files
committed
use node v18 to publish
1 parent efd77ff commit be10424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js 22.x to publish to npmjs.org
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: "22.x"
19+
node-version: "18.x"
2020
registry-url: "https://registry.npmjs.org"
2121

2222
- name: Install Packages

0 commit comments

Comments
 (0)