Skip to content

Commit 4aedcdf

Browse files
committed
update npm
1 parent 1d428ed commit 4aedcdf

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,14 @@ jobs:
3838
uses: actions/setup-node@v4
3939
if: ${{ env.VER != env.NPM }}
4040
with:
41-
node-version: 20
41+
node-version: 22
4242
registry-url: 'https://registry.npmjs.org'
4343
- name: Copy readme
4444
run: cp README.md js
4545
if: ${{ env.VER != env.NPM }}
46+
- name: Update NPM
47+
run: npm i -g npm@latest
48+
if: ${{ env.VER != env.NPM }}
4649
- name: Publish Node package
4750
run: cd js && npm publish
4851
if: ${{ env.VER != env.NPM }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 1.4.8
44

5+
- Update to NodeJS version 22
56
- Remove references to NPM API token, since it has been deprecated and replaced with trusted publishers
67

78
## 1.4.7

0 commit comments

Comments
 (0)