diff options
| author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-02-07 08:47:44 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-06 21:47:44 +0000 |
| commit | 9955cbdb56d5aa7882048e06709695a137d2e3a5 (patch) | |
| tree | 770560a57c89149a6fb75ed62ff1ed0c5ad784cd /.github/mtime_cache/action.yml | |
| parent | c8b2af8ed1b27822b0e6193b7a82903f54e56d95 (diff) | |
chore: upgrade CI workflows to use Node 20 (#22304)
No longer uses Node 16, which is deprecated.
Diffstat (limited to '.github/mtime_cache/action.yml')
| -rw-r--r-- | .github/mtime_cache/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/mtime_cache/action.yml b/.github/mtime_cache/action.yml index f69085514..6d53b6c0e 100644 --- a/.github/mtime_cache/action.yml +++ b/.github/mtime_cache/action.yml @@ -7,4 +7,4 @@ inputs: required: true runs: main: action.js - using: node16 + using: node20 |
