Skip to content

Commit

Permalink
downgrade node version
Browse files Browse the repository at this point in the history
  • Loading branch information
fey committed May 24, 2024
1 parent 6a12682 commit 1f4c393
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 @@ -15,6 +15,6 @@ inputs:
default: "/var/tmp"

runs:
using: 'node20'
using: 'node16'
main: 'dist/run-tests/index.js'
post: 'dist/run-post-actions/index.js'

0 comments on commit 1f4c393

Please sign in to comment.