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