mirror of
https://github.com/actions/setup-go.git
synced 2025-12-17 05:02:34 +00:00
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:
parent
8e57b58e57
commit
abe7d6b8af
6 changed files with 20 additions and 9 deletions
2
src/types.ts
Normal file
2
src/types.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
// match what @actions/tool-cache expects
|
||||
export type Architecture = string;
|
||||
Loading…
Add table
Add a link
Reference in a new issue