Update tests to use node16

This commit is contained in:
Ferenc Hammerl
2022-01-21 09:46:18 +00:00
committed by GitHub
parent 03265526d4
commit bbca7b9f1c
10 changed files with 15 additions and 15 deletions
@@ -16,6 +16,6 @@ outputs:
icon: 'hello.svg' # vector art to display in the GitHub Marketplace
color: 'green' # optional, decorates the entry in the GitHub Marketplace
runs:
using: 'node12'
using: 'node16'
main: 'main.js'
post: 'cleanup.js'