Skip to content

Commit

Permalink
GitHub action: update node (#11741)
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann committed Jun 9, 2024
1 parent 77a96f6 commit 1211c5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jscpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history for all branches

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20'

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Upload unfiltered jscpd report
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: unfiltered-jscpd-report
path: ./jscpd-report.json

0 comments on commit 1211c5c

Please sign in to comment.