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:
CyberFlame 2023-09-27 04:36:38 +13:00 committed by GitHub
parent a1800f471a
commit bd26ebd2c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,5 +15,5 @@ outputs:
cache-hit:
description: If the version of Bun was cached.
runs:
using: node16
using: node20
main: dist/action.js