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

Commit 98ea7c6

Browse files
authored
Bump nodejs v20 (#36)
1 parent 4add37d commit 98ea7c6

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
@@ -19,7 +19,7 @@ outputs:
1919
commands:
2020
description: List of parsed commands. In JSON format.
2121
runs:
22-
using: node16
22+
using: node20
2323
main: dist/index.js
2424
branding:
2525
icon: user

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Comment Parser GitHub Action",
55
"main": "dist/index.js",
66
"scripts": {
7-
"dist": "ncc build index.js -m --license licenses.txt",
7+
"dist": "NODE_OPTIONS=--openssl-legacy-provider ncc build index.js -m --license licenses.txt",
88
"lint": "eslint .",
99
"test": "jest --runInBand"
1010
},

0 commit comments

Comments
 (0)