mirror of https://github.com/actions/cache
Merge 1f4742d4ca into 27d5ce7f10
This commit is contained in:
commit
032c4c3d4d
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
- name: Setup Node.js 24.x
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 24.x
|
||||
cache: npm
|
||||
|
|
|
|||
Loading…
Reference in New Issue