Skip to content

Commit

Permalink
chore: add checkout and setup node steps in build step
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptammergard committed Apr 16, 2021
1 parent 7e5737f commit ba4d467
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@ jobs:
needs: make
runs-on: ubuntu-latest
steps:
- name: build
- name: Checkout
uses: actions/checkout@v2

- name: Setup Node
uses: actions/[email protected]
with:
node-version: 12
- name: Build
run: make build

release:
Expand Down

0 comments on commit ba4d467

Please sign in to comment.