Skip to content

Commit

Permalink
fix: valid maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsteele committed Feb 20, 2021
1 parent e396df3 commit ee09806
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ on: push

jobs:
setup:
name: Checkout
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
name: Setup Node.js
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
name: Install dependencies
- name: Install dependencies
run: npm i
# Set the job key. The key is displayed as the job name
# when a job name is not provided
Expand Down

0 comments on commit ee09806

Please sign in to comment.