Skip to content

Commit

Permalink
Merge pull request #83 from kouki-dan/upgrade-to-node16
Browse files Browse the repository at this point in the history
Bump node version to 16
  • Loading branch information
kouki-dan committed Mar 4, 2023
2 parents 6d8db91 + 28f0a5f commit 82fa0e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ inputs:
required: false
default: ""
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'check-circle'
Expand Down

0 comments on commit 82fa0e9

Please sign in to comment.