Update to NodeJS 20

This commit is contained in:
Alex Rodionov 2024-02-13 06:22:58 -08:00
parent 42a3e0dfad
commit 8b62d10a25
3 changed files with 3 additions and 3 deletions

View file

@ -39,6 +39,6 @@ inputs:
default: ${{ github.token }}
runs:
using: node16
using: node20
main: dist/main/index.js
post: dist/post/index.js