Skip to content

Commit

Permalink
try ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dmca-glasgow committed May 3, 2022
1 parent df29662 commit 9996ffa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
with:
fetch-depth: 0

# Typescript
- name: Check types
if: startsWith(matrix.os, 'ubuntu')
run: npm run check-types

# Node
- name: Setup Node.js v${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand All @@ -33,6 +28,11 @@ jobs:
- name: Install node modules
run: npm install

# Typescript
- name: Check types
if: startsWith(matrix.os, 'ubuntu')
run: npm run check-types

# R
- name: Setup R v${{ matrix.r-version }}
uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 9996ffa

Please sign in to comment.