Skip to content

Commit 577cb64

Browse files
committed
[actions] remove unnecessary setup-node
1 parent c1c284f commit 577cb64

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/smoke-test.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
lint:
9+
smoke-test:
1010
if: ${{ github.repository == 'yannickcr/eslint-plugin-react' || github.event_name == 'workflow_dispatch' }}
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- uses: actions/setup-node@v1
15-
with:
16-
node-version: 14
1714
- uses: ljharb/actions/node/install@main
1815
name: 'nvm install lts/* && npm install'
1916
with:

0 commit comments

Comments
 (0)