We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9417107 commit c7a1645Copy full SHA for c7a1645
1 file changed
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Set up Node environment
34
uses: actions/setup-node@v6
35
with:
36
- node-version: 22
+ node-version: 24
37
cache: 'npm'
38
cache-dependency-path: '**/package-lock.json'
39
registry-url: 'https://registry.npmjs.org'
0 commit comments