diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd6ac9f..0ef3d77 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,6 +9,9 @@ on: - cron: 0 3 * * 1,3,5 workflow_dispatch: +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + jobs: build: runs-on: ubuntu-latest diff --git a/package.json b/package.json index 21a6003..bf271e2 100644 --- a/package.json +++ b/package.json @@ -13,5 +13,8 @@ }, "dependencies": { "@percy/cli": "^1.15.0" + }, + "overrides": { + "cosmiconfig": "8.2.0" } }