mirror of
https://github.com/Swatinem/rust-cache
synced 2026-03-19 06:43:11 +00:00
Migrate to node24 runner (#314)
This commit is contained in:
parent
11da8522bc
commit
1a8384176d
6 changed files with 16996 additions and 4667 deletions
4
.github/workflows/check-dist.yml
vendored
4
.github/workflows/check-dist.yml
vendored
|
|
@ -22,10 +22,10 @@ jobs:
|
|||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Setup Node.js 20.x
|
||||
- name: Setup Node.js 24.x
|
||||
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
||||
with:
|
||||
node-version: 20.x
|
||||
node-version: 24.x
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
2
.github/workflows/dependabot.yml
vendored
2
.github/workflows/dependabot.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
if: steps.npm.outputs.changed != ''
|
||||
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
||||
with:
|
||||
node-version: 20.x
|
||||
node-version: 24.x
|
||||
cache: npm
|
||||
- name: Re-generate and commit dist/ if changed
|
||||
id: amend
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ outputs:
|
|||
cache-hit:
|
||||
description: "A boolean value that indicates an exact match was found."
|
||||
runs:
|
||||
using: "node20"
|
||||
using: "node24"
|
||||
main: "dist/restore/index.js"
|
||||
post: "dist/save/index.js"
|
||||
post-if: "success() || env.CACHE_ON_FAILURE == 'true'"
|
||||
|
|
|
|||
10827
dist/restore/index.js
vendored
10827
dist/restore/index.js
vendored
File diff suppressed because it is too large
Load diff
10827
dist/save/index.js
vendored
10827
dist/save/index.js
vendored
File diff suppressed because it is too large
Load diff
1
package-lock.json
generated
1
package-lock.json
generated
|
|
@ -673,7 +673,6 @@
|
|||
"version": "5.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-5.2.2.tgz",
|
||||
"integrity": "sha512-/g2d4sW9nUDJOMz3mabVQvOGhVa4e/BN/Um7yca9Bb2XTzPPnfTWHWQg+IsEYO7M3Vx+EXvaM/I2pJWIMun1bg==",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@octokit/auth-token": "^4.0.0",
|
||||
"@octokit/graphql": "^7.1.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue