Skip to content

Commit c6affdd

Browse files
authored
ci: bump npm publish jobs to Node 24 (npm@latest EBADENGINE) (#66)
1 parent ac1a3ef commit c6affdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ jobs:
759759
# No checkout/build — publish the exact tarball node-pack uploaded.
760760
- uses: actions/setup-node@v6
761761
with:
762-
node-version: "20"
762+
node-version: "24"
763763
registry-url: "https://registry.npmjs.org"
764764

765765
- name: Update npm to latest
@@ -795,7 +795,7 @@ jobs:
795795
steps:
796796
- uses: actions/setup-node@v6
797797
with:
798-
node-version: "20"
798+
node-version: "24"
799799
registry-url: "https://registry.npmjs.org"
800800

801801
- name: Update npm to latest

0 commit comments

Comments
 (0)