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 committed Apr 6, 2020
1 parent 26868d5 commit 514a1e4
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 514a1e4

Please sign in to comment.