We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c2553 commit 66cd2abCopy full SHA for 66cd2ab
1 file changed
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup Node
28
uses: actions/setup-node@v4
29
with:
30
- node-version: 18
+ node-version: '24.x'
31
cache: pnpm
32
registry-url: 'https://registry.npmjs.org'
33
0 commit comments