mirror of https://gitea.com/actions/cache.git
Compare commits
1 Commits
1f4742d4ca
...
6dcf785f01
| Author | SHA1 | Date |
|---|---|---|
|
|
6dcf785f01 |
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
- name: Setup Node.js 24.x
|
- name: Setup Node.js 24.x
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: 24.x
|
node-version: 24.x
|
||||||
cache: npm
|
cache: npm
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue