Skip to content

Commit

Permalink
[actions] remove unnecessary setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 5, 2021
1 parent c1c284f commit 577cb64
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/smoke-test.yml
Expand Up @@ -6,14 +6,11 @@ on:
workflow_dispatch:

jobs:
lint:
smoke-test:
if: ${{ github.repository == 'yannickcr/eslint-plugin-react' || github.event_name == 'workflow_dispatch' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
- uses: ljharb/actions/node/install@main
name: 'nvm install lts/* && npm install'
with:
Expand Down

0 comments on commit 577cb64

Please sign in to comment.