Skip to content

Commit

Permalink
Update action.yml to use node16 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
estherkim authored Oct 21, 2022
1 parent b03ec15 commit 265b066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ inputs:
cwd:
description: 'A custom working directory to execute the action in relative to repo root (defaults to .)'
runs:
using: 'node12'
using: 'node16'
main: 'index.js'

0 comments on commit 265b066

Please sign in to comment.