We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa5c0dc commit a5383bdCopy full SHA for a5383bd
1 file changed
.github/workflows/publish.yml
@@ -74,16 +74,12 @@ jobs:
74
- uses: actions/checkout@v4
75
- uses: actions/setup-node@v4
76
with:
77
- node-version: 22
+ node-version: 24
78
registry-url: https://registry.npmjs.org
79
- - name: Ensure npm supports OIDC
80
- run: |
81
- echo "node $(node -v)"
82
- echo "npm $(npm -v)"
83
- npm install -g npm@latest
84
- echo "npm updated to $(npm -v)"
85
- name: Publish
86
- run: cd nodejs && npm publish
+ run: |
+ echo "node $(node -v), npm $(npm -v)"
+ cd nodejs && npm publish
87
88
github-release:
89
needs: [check, push-tags, release-python, release-nodejs]
0 commit comments