Skip to content

Commit

Permalink
Merge pull request #12 from SukiCZ/upgrade-node-20
Browse files Browse the repository at this point in the history
Upgrade NodeJS to 20
  • Loading branch information
asottile authored Feb 7, 2024
2 parents 3d1cfb0 + 131625d commit 82e5ee7
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 @@ -6,7 +6,7 @@ inputs:
required: false
default: '[pre-commit.ci lite] apply automatic fixes'
runs:
using: node16
using: node20
main: main.mjs
post: post.mjs
post-if: always() && env.PRE_COMMIT_CI_LITE_ARTIFACT == 'true'

0 comments on commit 82e5ee7

Please sign in to comment.