chore(action.yml): node downgrated to 12

This commit is contained in:
Simone Corsi 2021-01-16 10:13:59 +01:00
parent e297342b98
commit f91b26bcdc

View File

@ -5,5 +5,5 @@ inputs:
description: 'Github token'
default: ${{ github.token }}
runs:
using: 'node14'
using: 'node12'
main: 'dist/index.js'