We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d428ed commit 4aedcdfCopy full SHA for 4aedcdf
2 files changed
.github/workflows/publish.yml
@@ -38,11 +38,14 @@ jobs:
38
uses: actions/setup-node@v4
39
if: ${{ env.VER != env.NPM }}
40
with:
41
- node-version: 20
+ node-version: 22
42
registry-url: 'https://registry.npmjs.org'
43
- name: Copy readme
44
run: cp README.md js
45
46
+ - name: Update NPM
47
+ run: npm i -g npm@latest
48
+ if: ${{ env.VER != env.NPM }}
49
- name: Publish Node package
50
run: cd js && npm publish
51
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## 1.4.8
4
5
+- Update to NodeJS version 22
6
- Remove references to NPM API token, since it has been deprecated and replaced with trusted publishers
7
8
## 1.4.7
0 commit comments