mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-13 04:01:14 +00:00
⬆️ node 16
This commit is contained in:
parent
5adb2b9c0a
commit
606f67579a
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
nodejs 16.15.1
|
nodejs 16.17.0
|
||||||
|
|
|
||||||
|
|
@ -51,5 +51,5 @@ inputs:
|
||||||
default: '${{ github.token }}'
|
default: '${{ github.token }}'
|
||||||
required: false
|
required: false
|
||||||
runs:
|
runs:
|
||||||
using: "node12"
|
using: "node16"
|
||||||
main: "dist/index.js"
|
main: "dist/index.js"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue