Update action to use node 16

This commit is contained in:
Bret Comnes 2022-12-19 09:19:02 -07:00 committed by GitHub
parent 1114060652
commit b5e74f0efd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,5 +19,5 @@ inputs:
description: A glob string that prevents matched files from ever being deleted.
required: false
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'