mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-06-09 13:41:12 +00:00
fix
Update node version, see https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
This commit is contained in:
parent
6e1964dde3
commit
f4129fb46e
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
default: 'null'
|
default: 'null'
|
||||||
runs:
|
runs:
|
||||||
using: node12
|
using: node16
|
||||||
main: dist/index.js
|
main: dist/index.js
|
||||||
post: dist/index.js
|
post: dist/index.js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue