build: bump nodejs to v20 (#24)
update to use nodejs as per planned deprecation of node16 https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
This commit is contained in:
@@ -15,5 +15,5 @@ outputs:
|
||||
cache-hit:
|
||||
description: If the version of Bun was cached.
|
||||
runs:
|
||||
using: node16
|
||||
using: node20
|
||||
main: dist/action.js
|
||||
|
||||
Reference in New Issue
Block a user