We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93c6cd commit 474a3c9Copy full SHA for 474a3c9
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v6
19
- uses: actions/setup-node@v6
20
with:
21
- node-version: 22.x
+ node-version: 24.x
22
cache: 'npm'
23
registry-url: 'https://registry.npmjs.org'
24
- name: Install modules
0 commit comments