5
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2025-11-07 10:46:56 +00:00

Update runtime to node 16

All popular GitHub actions are already aligned to node 16 runtime.
See https://github.com/actions/setup-node/releases/tag/v3.0.0
This commit is contained in:
Omer 2022-03-29 22:16:09 +03:00 committed by GitHub
parent b9fd92bb06
commit 88dd0894fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,5 +9,5 @@ inputs:
description: github token to clone / push with description: github token to clone / push with
required: false required: false
runs: runs:
using: 'node12' using: 'node16'
main: 'dist/index.js' main: 'dist/index.js'