Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16
# release-it@21 (used by `npm run set-version`) declares
# engines.node "^22.21.0 || >=24.0.0" -- Node 16 cannot run it.
node-version: 24
registry-url: "https://npm.pkg.github.com"

- name: Setup git tag committer info for set-version
Expand All @@ -33,7 +35,6 @@ jobs:

- name: Build
run: |
npm i -g npm@8.19.4
npm ci
npm run set-version
npm run dist
Expand Down
Loading