Skip to content

Commit

Permalink
Update lint CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Mar 26, 2024
1 parent b7e04c9 commit 7a46ea7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
lint-report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.0.0
- uses: actions/checkout@v4
with:
fetch-depth: 1

Expand All @@ -23,6 +23,10 @@ jobs:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true

- uses: actions/setup-node@master
with:
node-version: ${{ env.NODE_VERSION }}

- run: npm ci
name: Install JS deps

Expand Down

0 comments on commit 7a46ea7

Please sign in to comment.