From d30a064c69c96befebea4a0125178ea385bd467f Mon Sep 17 00:00:00 2001 From: DanielNoord Date: Tue, 26 Jan 2021 23:38:03 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 570e595..afeca94 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,6 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - uses: actions/setup-node - name: Install modules run: yarn - name: Lint