From c59a20a730bf1a5bb95d8864f523cca3a622ee5e Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Fri, 25 Mar 2022 16:19:11 -0700 Subject: [PATCH] Install compatible unist-util-position types --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca0da637..da8bc0d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: node-version: ${{matrix.node}} - run: npm install -g npm@7 # See: - run: npm install -g npm - - run: npm install + - run: npm install . 'unist-util-position@^4.0.3 || 4.0.0 - 4.0.1' - run: npm test - uses: codecov/codecov-action@v1 strategy: