From 37f66a067bf834746640eafa812d35fa7baae67f Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Mon, 30 Aug 2021 13:48:58 -0400 Subject: [PATCH] fix CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6e2105..2c1e74d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14.x' + node-version: '14.x' - run: yarn install --frozen-lockfile - run: yarn lint - run: yarn build