Skip to content

Commit

Permalink
Merge pull request #98 from shogo82148/bump-nodejs-v16
Browse files Browse the repository at this point in the history
bump Node.js v16
  • Loading branch information
shogo82148 committed Jan 13, 2022
2 parents 0d5241b + ad2716a commit a188006
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "12"
node-version: "16.x"
cache: "npm"
cache-dependency-path: action/package-lock.json

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ outputs:
token:
description: An installation token for the GitHub App on the requested repository.
runs:
using: "node12"
using: "node16"
main: "action/lib/index.js"
post: "action/lib/cleanup.js"
post-if: always()
Expand Down
2 changes: 1 addition & 1 deletion action/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2019",
"target": "es2021",
"module": "commonjs",
"outDir": "./lib",
"rootDir": "./src",
Expand Down

0 comments on commit a188006

Please sign in to comment.