mirror of
https://github.com/actions/cache.git
synced 2026-02-07 18:47:24 +00:00
Merge 6dcf785f01 into b7e8d49f17
This commit is contained in:
commit
0cd301428f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
|
@ -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 a new issue