Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 3 additions & 4 deletions .github/workflows/publish_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ jobs:
- name: Setup Node.js and npm
uses: actions/setup-node@v4
with:
node-version: 26
# Use the current LTS release for publishing; Node 26's bundled npm can
# fail to resolve npm's optional sigstore dependency during provenance setup.
node-version: 24
registry-url: https://registry.npmjs.org/

- name: Update npm
run: npm install -g npm@latest

- name: Publish to NPM
run: cd npm && npm publish --access public
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytebury/toolkit",
"version": "2.3.0",
"version": "2.4.0",
"exports": {
".": "./mod.ts",
"./core": "./src/core.ts",
Expand Down
Loading