diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 16c2117..86ad1be 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -4,7 +4,7 @@ # For our project, we generate this file through a build process # from other source files. # We need to make sure the checked-in `index.js` actually matches what we expect it to be. -name: Check dist/ +name: Check dist on: push: diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 4c1dfe5..5506cd0 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -14,6 +14,9 @@ jobs: name: Check licenses steps: - uses: actions/checkout@v2 + - uses: actions/setup-node@v1 + with: + node-version: 12.x - run: npm ci - name: Install licensed run: |