diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 902ca41..72da253 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,6 +14,10 @@ jobs: # https://github.com/actions/checkout name: Checkout uses: actions/checkout@v1 + - + # https://github.com/actions/setup-node + name: Set up Node + uses: actions/setup-node@v1 - name: Setup TS run: npm install tslint typescript -g