1
0
mirror of https://github.com/pnpm/action-setup.git synced 2026-07-11 17:53:54 +08:00
This commit is contained in:
Kaan Yagci
2025-11-13 22:53:12 +01:00
committed by GitHub

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