mirror of
https://github.com/typicode/json-server.git
synced 2026-03-13 09:35:37 +08:00
chore: update Node.js version to 24.x in publish workflow (#1682)
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
version: 10
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: "22.x"
|
||||
node-version: "24.x"
|
||||
registry-url: "https://registry.npmjs.org"
|
||||
- run: pnpm install
|
||||
- run: pnpm publish --provenance --access public --no-git-checks
|
||||
|
||||
Reference in New Issue
Block a user