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:
parent
b9fd92bb06
commit
88dd0894fe
1 changed files with 1 additions and 1 deletions
|
|
@ -9,5 +9,5 @@ inputs:
|
|||
description: github token to clone / push with
|
||||
required: false
|
||||
runs:
|
||||
using: 'node12'
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
|
|
|
|||
Loading…
Reference in a new issue