There was an error while loading. Please reload this page.
1 parent 8f176c8 commit 0f5ce74Copy full SHA for 0f5ce74
1 file changed
.github/workflows/publish.yml
@@ -27,12 +27,14 @@ jobs:
27
- name: Setup Node
28
uses: actions/setup-node@v4
29
with:
30
- node-version: 22.x
+ node-version: 24.x
31
registry-url: https://registry.npmjs.org
32
cache: npm
33
34
- - name: Upgrade npm
35
- run: npm install -g npm@latest
+ - name: Show tool versions
+ run: |
36
+ node --version
37
+ npm --version
38
39
- name: Install dependencies
40
run: npm ci
0 commit comments