diff --git a/.github/actions/nym-hash-releases/action.yml b/.github/actions/nym-hash-releases/action.yml index 3cfd9d5102..fbd57ea39d 100644 --- a/.github/actions/nym-hash-releases/action.yml +++ b/.github/actions/nym-hash-releases/action.yml @@ -18,7 +18,7 @@ outputs: hashes: description: 'A string containing JSON with the release asset hashes and signatures' runs: - using: 'node18' + using: 'node16' main: 'index.js' branding: icon: 'hash'