Update default runtime to node16 (#192)

This commit is contained in:
Dmitry Shibanov
2022-02-22 18:25:23 +03:00
committed by GitHub
parent 5b0ae0e97d
commit fb9a043dd8
5 changed files with 11 additions and 7 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'