Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
no node
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Oct 13, 2023
1 parent 2daa389 commit cd81866
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Run grit patterns test

env:
GRIT_TELEMETRY_DISABLED: 'true'
GRIT_TELEMETRY_DISABLED: "true"

on:
push:
Expand All @@ -21,13 +21,8 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}

- name: Install @getgrit/launcher
run: npm install -g @getgrit/launcher
- name: install grit
run: curl -fsSL https://docs.grit.io/install | bash

- name: Run doctor
run: npx grit doctor
Expand Down

0 comments on commit cd81866

Please sign in to comment.