We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c3a4d commit 94002b5Copy full SHA for 94002b5
1 file changed
.github/workflows/publish.yaml
@@ -85,7 +85,7 @@ jobs:
85
ref: master
86
- uses: actions/setup-node@v4
87
with:
88
- node-version: "18.x"
+ node-version: "24.x"
89
registry-url: "https://registry.npmjs.org"
90
- name: Build distribution
91
run: |
@@ -115,8 +115,8 @@ jobs:
115
116
117
118
119
- registry-url: "https://registry.npmjs.com"
+ registry-url: "https://registry.npmjs.org"
120
121
122
npm pkg set 'main'='dist/index.js'
0 commit comments