Skip to content

Commit

Permalink
Update node version to v16 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Mar 28, 2023
1 parent 58c530d commit b2e685d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/cache@v3
with:
path: ~/.npm
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ outputs:
titles:
description: 'Extracted PR titles'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'droplet'
Expand Down

0 comments on commit b2e685d

Please sign in to comment.