From 465765abc88996f86dad1d8f8e8fad1c6110e2f6 Mon Sep 17 00:00:00 2001 From: Gabriel Horner Date: Tue, 22 Feb 2022 10:35:03 -0500 Subject: [PATCH] Fix outdated yarn.lock --- .github/workflows/build.yml | 5 ++--- yarn.lock | 5 +++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1009ad08..2bbe6c2d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: CI on: push: - # branches: [master] + branches: [master] paths-ignore: - '*.md' pull_request: @@ -66,12 +66,11 @@ jobs: if: steps.clojure-deps.outputs.cache-hit != 'true' run: clojure -A:cljs -P - - run: git diff --exit-code - name: Fetch yarn deps run: yarn install # Exits with 0 if yarn.lock is up to date or 1 if we forgot to update it - - name: Ensure lockfile is up to date + - name: Ensure yarn.lock is up to date run: git diff --exit-code yarn.lock - name: Run ClojureScript test diff --git a/yarn.lock b/yarn.lock index e9e97df17..41022b010 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6760,6 +6760,11 @@ react-grid-layout@0.16.6: react-draggable "3.x" react-resizable "1.x" +react-icon-base@2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/react-icon-base/-/react-icon-base-2.1.0.tgz#a196e33fdf1e7aaa1fda3aefbb68bdad9e82a79d" + integrity sha1-oZbjP98eeqof2jrvu2i9rZ6Cp50= + react-icons@2.2.7: version "2.2.7" resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-2.2.7.tgz#d7860826b258557510dac10680abea5ca23cf650"