From 0ce157aed50307121be98fecbac3ae4c3f9d2967 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Tue, 23 Feb 2021 14:06:46 +0100 Subject: [PATCH] Update validate-typescript.yml --- .github/workflows/validate-typescript.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/validate-typescript.yml b/.github/workflows/validate-typescript.yml index bdf71ae..0d89ab0 100644 --- a/.github/workflows/validate-typescript.yml +++ b/.github/workflows/validate-typescript.yml @@ -34,11 +34,13 @@ jobs: - name: Install modules (example/) run: yarn example tsc: + runs-on: ubuntu-latest needs: node_modules steps: - name: Run TypeScript run: npx tsc eslint: + runs-on: ubuntu-latest needs: node_modules steps: - name: Run ESLint