Skip to content

Commit

Permalink
Update workflows from templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
leeroy-travis committed Jul 19, 2021
1 parent 9a1df74 commit cbe5005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/typescript-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- '12'
steps:
- uses: actions/checkout@v2
- uses: c-hive/gha-yarn-cache@v1
- uses: actions/setup-node@v2.1.5
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node_version }}
cache: yarn
- name: Install modules
run: yarn
- name: Run tests
Expand Down

0 comments on commit cbe5005

Please sign in to comment.