Skip to content

Commit

Permalink
ci: skip node setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
BradenM authored and tabiodun committed May 3, 2020
1 parent 9c38f8a commit ade7da2
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ jobs:
restore-keys: |
yarn-
- name: Setup Node.js 12
uses: actions/setup-node@v1.2.0
with:
node-version: '12'

- name: Install Dependencies
run: yarn install

Expand Down Expand Up @@ -95,11 +90,6 @@ jobs:
restore-keys: |
yarn-
- name: Setup Node.js 12
uses: actions/setup-node@v1.2.0
with:
node-version: '12'

- name: Install Dependencies
run: yarn install

Expand Down Expand Up @@ -130,11 +120,6 @@ jobs:
restore-keys: |
yarn-
- name: Setup Node.js 12
uses: actions/setup-node@v1.2.0
with:
node-version: '12'

- name: Install Dependencies
run: yarn install

Expand Down

0 comments on commit ade7da2

Please sign in to comment.