Skip to content

Commit

Permalink
chore: update to use node 16 and ncc 0.33.4
Browse files Browse the repository at this point in the history
* Node.js 12 actions are deprecated. For more information see:
  https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

* Since I will encounter the error ERR_OSSL_EVP_UNSUPPORTED after
  upgrading to Node 16, I also upgraded the version of ncc.
  vercel/ncc#868

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
  • Loading branch information
tao12345666333 committed Dec 1, 2022
1 parent eb0371b commit 18fa87b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -35,7 +35,7 @@ inputs:
description: "Silence all stderr output"
default: "false"
runs:
using: "node12"
using: "node16"
main: "dist/main/index.js"
post: "dist/post/index.js"
post-if: success()
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -48,7 +48,7 @@
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@vercel/ncc": "^0.33.1",
"@vercel/ncc": "^0.33.4",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.3.4",
Expand Down

0 comments on commit 18fa87b

Please sign in to comment.