We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5538176 commit dd4b6bbCopy full SHA for dd4b6bb
1 file changed
.github/workflows/publish.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- uses: actions/setup-node@v6
47
with:
48
- node-version: 22
+ node-version: 24
49
check-latest: true
50
cache: npm
51
registry-url: https://registry.npmjs.org
@@ -56,6 +56,9 @@ jobs:
56
- name: Build
57
run: npm run build
58
59
+ - name: Verify npm CLI version
60
+ run: npm --version
61
+
62
- name: Publish
63
run: npm publish --access public
64
0 commit comments