We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48426dc commit 46d7294Copy full SHA for 46d7294
1 file changed
.github/workflows/publish.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Setup Node.js
40
uses: actions/setup-node@v5
41
with:
42
- node-version: 22.x
+ node-version: 24.x
43
registry-url: 'https://registry.npmjs.org'
44
45
- name: Install dependencies
@@ -107,7 +107,7 @@ jobs:
107
108
109
110
111
112
113
0 commit comments