Skip to content

Commit

Permalink
Update to node20 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Sep 26, 2023
1 parent 18816a4 commit fd750a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
node-version-file: .node-version
- uses: actions/cache@v3
with:
path: ~/.npm
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.7.0
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: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'droplet'
Expand Down

0 comments on commit fd750a3

Please sign in to comment.