Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit 10e2a63

Browse files
authored
Revert Node.js update (#82)
1 parent 388799a commit 10e2a63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ outputs:
2222
token:
2323
description: An installation token for the GitHub App on the requested repository.
2424
runs:
25-
using: node20
25+
using: node16
2626
main: dist/index.js
2727
branding:
2828
icon: unlock

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-app-token",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"license": "MIT",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)