Skip to content

Commit

Permalink
chore: github actions do not accept node18 (#27104)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc authored Sep 11, 2023
1 parent 04b30f3 commit 74c9b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/@aws-cdk/prlint/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Pull Request Linter
description: Execute validation rules on GitHub Pull Requests
runs:
using: node18
using: node20
main: index.js

0 comments on commit 74c9b6a

Please sign in to comment.