Skip to content

Commit

Permalink
Bump node from 16 to 20 (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
mctofu authored May 9, 2024
1 parent 38a57f0 commit 4124341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.19.0
20.9.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: 'Updater Action'
description: 'Runs dependabot-updater in Actions'
author: 'GitHub'
runs:
using: 'node16'
using: 'node20'
main: 'dist/main/index.js'
post: 'dist/cleanup/index.js'

0 comments on commit 4124341

Please sign in to comment.