Skip to content

Commit

Permalink
Merge branch 'dkershner6:master' into feat/expose-comment-prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
neveenatik authored Jun 15, 2022
2 parents ac830d2 + 462bd6d commit 11aa969
Show file tree
Hide file tree
Showing 5 changed files with 8,465 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.13.0
16.15.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
default: '## Jest Coverage'
required: false
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

branding:
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ function escapeProperty(s) {
/***/ 439:
/***/ (function(module) {

module.exports = {"name":"jest-coverage-commenter-action","version":"1.2.1","private":true,"description":"Comment on PRs with Jest Coverage","main":"lib/src/main.js","scripts":{"build":"tsc","format":"prettier --write **/*.ts","format-check":"prettier --check **/*.ts","lint":"eslint src/**/*.ts","pack":"ncc build","test":"jest","test:coverage":"jest --coverage","test:coverage-summary":"jest --coverage --coverageReporters=text-summary","all":"npm run build && npm run format && npm run lint && npm run pack && npm test"},"repository":{"type":"git","url":"git+https://github.com/actions/typescript-action.git"},"keywords":["actions","node","setup"],"author":"Derek Kershner","license":"MIT","dependencies":{"@actions/core":"^1.2.6","@actions/github":"^4.0.0"},"devDependencies":{"@types/jest":"^26.0.20","@types/node":"^14.0.13","@typescript-eslint/eslint-plugin":"^4.16.1","@typescript-eslint/parser":"^4.16.1","@zeit/ncc":"^0.22.3","cross-env":"^7.0.2","eslint":"^7.21.0","eslint-plugin-github":"^4.0.1","eslint-plugin-jest":"^24.1.5","jest":"^26.6.3","jest-circus":"^26.6.3","js-yaml":"^4.0.0","prettier":"^2.2.1","ts-jest":"^26.1.0","typescript":"^3.9.5"}};
module.exports = {"name":"jest-coverage-commenter-action","version":"1.3.0","private":true,"description":"Comment on PRs with Jest Coverage","main":"lib/src/main.js","scripts":{"build":"tsc","format":"prettier --write **/*.ts","format-check":"prettier --check **/*.ts","lint":"eslint src/**/*.ts","pack":"ncc build","test":"jest","test:coverage":"jest --coverage","test:coverage-summary":"jest --coverage --coverageReporters=text-summary","all":"npm run build && npm run format && npm run lint && npm run pack && npm test"},"repository":{"type":"git","url":"git+https://github.com/actions/typescript-action.git"},"keywords":["actions","node","setup"],"author":"Derek Kershner","license":"MIT","dependencies":{"@actions/core":"^1.2.6","@actions/github":"^4.0.0"},"devDependencies":{"@types/jest":"^26.0.20","@types/node":"^14.0.13","@typescript-eslint/eslint-plugin":"^4.16.1","@typescript-eslint/parser":"^4.16.1","@zeit/ncc":"^0.22.3","cross-env":"^7.0.2","eslint":"^7.21.0","eslint-plugin-github":"^4.0.1","eslint-plugin-jest":"^24.1.5","jest":"^26.6.3","jest-circus":"^26.6.3","js-yaml":"^4.0.0","prettier":"^2.2.1","ts-jest":"^26.1.0","typescript":"^3.9.5"}};

/***/ }),

Expand Down
Loading

0 comments on commit 11aa969

Please sign in to comment.