mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-06 21:54:05 -05:00
ci(publish): use Node.js 24
Trusted publishing requires npm CLI version 11.5.1 or later. Reference: https://docs.npmjs.com/trusted-publishers#for-github-actions
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -19,10 +19,10 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Use Node.js 20
|
||||
- name: Use Node.js 24
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 24
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user