chore(deps): update actions/setup-node digest to 8f9cc17 #1940
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: push | |
jobs: | |
typecheck: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@2d1c1198e79c30cca5c3957b1e3b65ce95b5356e | |
- name: Setup Node.js environment | |
uses: actions/setup-node@8f9cc178b6e843639351e0bd5d638e5fd0a8dec7 | |
- run: yarn --frozen | |
- name: Typescript compiler | |
uses: iCrawl/action-tsc@c3f25c126c7805dbbbcbf6f1db0c3be6f5dac069 # v1 | |
- run: yarn test |