update action to node16

This commit is contained in:
Dmitry Shibanov 2022-02-22 17:15:33 +03:00
parent 5b0ae0e97d
commit 631c441d46
4 changed files with 10 additions and 6 deletions

View file

@ -14,5 +14,5 @@ inputs:
description: Used to pull node distributions from go-versions. Since there's a default, this is typically not supplied by the user.
default: ${{ github.token }}
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'