diff --git a/.changeset/proud-carrots-love.md b/.changeset/proud-carrots-love.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/proud-carrots-love.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index ac3857dd51..9833c0e92c 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -50,7 +50,7 @@ jobs: name: Files that would trigger a full eslint run with: changed-files: ${{ steps.changed.outputs.files }} - files: '.eslintrc.js,yarn.lock,.eslintignore' + files: '.eslintrc.js,package.json,yarn.lock,.eslintignore' # Linting / type checking - name: Eslint @@ -71,7 +71,7 @@ jobs: name: Files that would trigger a full jest run with: changed-files: ${{ steps.changed.outputs.files }} - files: 'jest.config.js,yarn.lock,test.config.js,test.transform.js' + files: 'jest.config.js,package.json,yarn.lock,test.config.js,test.transform.js' - name: Jest uses: Khan/actions@full-or-limited-v0