1
0
mirror of https://github.com/pnpm/action-setup.git synced 2026-07-11 17:53:54 +08:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Kaan Yagci
e475e48d50 Merge 2230e6b12c into 41ff726559 2025-11-13 22:53:12 +01:00
Kaan Yagci
2230e6b12c 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.
2025-11-13 22:52:53 +01:00

View File

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