Compare commits

...

2 Commits

Author SHA1 Message Date
Salman Chishti
6001e72a2c
Merge 90c12b375f into 65beceff8e 2025-07-25 00:51:55 -07:00
Salman Chishti
90c12b375f
Change Node.js version to 24
Update Node.js version from 20 to 24 in action.yml
2025-07-24 11:45:49 +01:00

View File

@ -37,7 +37,7 @@ outputs:
node-version: node-version:
description: 'The installed node version.' description: 'The installed node version.'
runs: runs:
using: 'node20' using: 'node24'
main: 'dist/setup/index.js' main: 'dist/setup/index.js'
post: 'dist/cache-save/index.js' post: 'dist/cache-save/index.js'
post-if: success() post-if: success()