Skip to content

Commit

Permalink
Install Node before checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Jan 1, 2021
1 parent 96f16e4 commit e20b045
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on: pull_request

jobs:
build:

strategy:
matrix:
os:
Expand All @@ -14,14 +13,14 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Begin CI...
uses: actions/checkout@v2

- name: Install Node
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}

- name: Begin CI...
uses: actions/checkout@v2

- name: Install dependencies
run: yarn install --frozen-lockfile

Expand Down

0 comments on commit e20b045

Please sign in to comment.