Bump node to version 20 (#90)

This commit is contained in:
Per Karlsson 2024-01-26 22:23:31 +01:00 committed by GitHub
parent dd44a92c26
commit 796733b6bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,5 +11,5 @@ outputs:
branding: branding:
color: 'blue' color: 'blue'
runs: runs:
using: 'node16' using: 'node20'
main: 'lib/index.js' main: 'lib/index.js'