Skip to content

Commit

Permalink
Bump node in action.yml from 18 to 20 (#182)
Browse files Browse the repository at this point in the history
* Bump node in action.yml from 18 to 20

* Update action.yml
  • Loading branch information
mmorel-35 authored Sep 26, 2024
1 parent 79b1d80 commit b969b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ inputs:
required: false

runs:
using: 'node18'
main: './dist/index.js'
using: 'node20'
main: 'dist/index.js'

0 comments on commit b969b09

Please sign in to comment.