Skip to content

Commit

Permalink
use node20 for detect-noop
Browse files Browse the repository at this point in the history
  • Loading branch information
nolancon committed Apr 15, 2024
1 parent 144b6bb commit bd87def
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- name: Detect No-op Changes
id: noop
uses: fkirc/[email protected]
runs:
using: 'node20'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
paths_ignore: '["**.md", "**.png", "**.jpg"]'
Expand Down

0 comments on commit bd87def

Please sign in to comment.