Node 24 upgrade

Doing an upgrade for node 24, node 24 is stricter with types so need to add a type for achitecture
This commit is contained in:
Salman Muin Kayser Chishti
2025-07-31 11:28:58 +01:00
parent 8e57b58e57
commit abe7d6b8af
6 changed files with 20 additions and 9 deletions

2
src/types.ts Normal file
View File

@@ -0,0 +1,2 @@
// match what @actions/tool-cache expects
export type Architecture = string;