chore(deps): update actions/setup-node digest to 1c7b2db #1918
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@1c7b2db92075f828bee89d7e19d33a911d15e7b3 | |
- run: yarn --frozen | |
- name: Typescript compiler | |
uses: iCrawl/action-tsc@c3f25c126c7805dbbbcbf6f1db0c3be6f5dac069 # v1 | |
- run: yarn test |