chore(action.yml): update node version to 16 to match the latest LTS version

This commit is contained in:
di-sukharev
2023-05-19 19:01:54 +08:00
parent ba9503142c
commit efe0172f2d

View File

@@ -8,5 +8,5 @@ inputs:
required: true
runs:
using: 'node18'
using: 'node16'
main: 'out/github-action.cjs'