From 6dd4022a8098cbc4e525cc2f0593408bfedaa356 Mon Sep 17 00:00:00 2001 From: DanielNoord Date: Tue, 26 Jan 2021 23:39:01 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index afeca94..3a34bb1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-node + - uses: actions/setup-node@v2 + with: + node-version: '12' - name: Install modules run: yarn - name: Lint