Skip to content

Commit

Permalink
Use node 20 for the action
Browse files Browse the repository at this point in the history
  • Loading branch information
gagbo committed Aug 24, 2023
1 parent c220a96 commit 145ebf8
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 @@ -28,5 +28,5 @@ inputs:
description: 'The version of am to download, skip patch or minor to act as a wildcard. "0.2" means ">=0.2.0 && <0.3.0", "1" means ">=1.0.0 && <2.0.0", etc.'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 145ebf8

Please sign in to comment.