1
0
mirror of https://github.com/pnpm/action-setup.git synced 2026-06-14 15:43:46 +08:00

docs: update README with latest Node.js LTS version

Update the `node-version` from 20 to 24 to match with the latest Node.js LTS.
This commit is contained in:
Kaan Yagci
2025-11-13 22:52:53 +01:00
committed by GitHub
parent 41ff726559
commit 2230e6b12c

View File

@@ -147,7 +147,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
cache: 'pnpm'
- name: Install dependencies