Skip to content

Commit

Permalink
Fix GHA syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Jan 20, 2022
1 parent 1a3e76e commit b6983f6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,14 @@ on:
jobs:
build_and_test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '12' ]

steps:
- name: Checkout
uses: actions/checkout@v2

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

- name: Install Dependencies
run: yarn install
Expand Down

0 comments on commit b6983f6

Please sign in to comment.