Skip to content

Commit

Permalink
fix: update Node.js version and action configuration (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentaro-m authored Jan 31, 2024
1 parent f940c5b commit 6dcb652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.2
20.11.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
description: 'A path for the auto-assign configuration'
default: '.github/auto_assign.yml'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'user-plus'
Expand Down

0 comments on commit 6dcb652

Please sign in to comment.