|
2 | 2 | "name": "mabl-github-deployments-action", |
3 | 3 | "version": "1.16.0", |
4 | 4 | "description": "mabl github action for GitHub pipelines integration", |
| 5 | + "type": "module", |
5 | 6 | "main": "lib/src/entrypoint.js", |
6 | 7 | "scripts": { |
7 | | - "test": "jest", |
| 8 | + "test": "NODE_OPTIONS='--experimental-vm-modules' jest --config jest.config.cjs", |
8 | 9 | "build": "tsc", |
9 | | - "release": "pnpm install --frozen-lockfile && pnpm build && pnpm prune --prod && git add -f node_modules/* && git add -f lib/*", |
| 10 | + "release": "pnpm install --frozen-lockfile && pnpm run build && pnpm prune --prod && git add -f node_modules/* && git add -f lib/*", |
10 | 11 | "fix:prettier": "prettier --write 'src/**/*.ts'", |
11 | 12 | "fix:eslint": "eslint 'src/**/*.ts' --fix", |
12 | | - "fix": "pnpm fix:eslint && pnpm fix:prettier", |
| 13 | + "fix": "pnpm run fix:eslint && pnpm run fix:prettier", |
13 | 14 | "check:prettier": "prettier --check 'src/**/*.ts'", |
14 | 15 | "check:eslint": "eslint 'src/**/*.ts'", |
15 | | - "check": "pnpm check:eslint && pnpm check:prettier" |
| 16 | + "check": "pnpm run check:eslint && pnpm run check:prettier" |
16 | 17 | }, |
| 18 | + "packageManager": "pnpm@10.34.1+sha512.b58fbde6dca66a929538021581f648b4570b6ca19b18e7cbd7f2c07a7b24454155388dacdf08f2af3678e88a6d1fe04f9d609df24bf51735a060ea041b374ab7", |
17 | 19 | "author": "mabl", |
18 | 20 | "dependencies": { |
19 | | - "@actions/core": "1.11.1", |
20 | | - "@actions/github": "6.0.0", |
| 21 | + "@actions/core": "3.0.0", |
| 22 | + "@actions/github": "9.0.0", |
21 | 23 | "async-retry": "1.3.3", |
22 | 24 | "axios": "1.17.0", |
23 | 25 | "cli-table3": "0.6.5", |
24 | 26 | "moment": "2.30.1" |
25 | 27 | }, |
26 | 28 | "devDependencies": { |
27 | | - "@types/async-retry": "1.4.9", |
| 29 | + "@types/async-retry": "1.4.3", |
28 | 30 | "@types/jest": "29.2.0", |
29 | 31 | "@types/node": "24.13.1", |
30 | 32 | "@typescript-eslint/eslint-plugin": "5.19.0", |
|
37 | 39 | "prettier": "2.6.2", |
38 | 40 | "ts-jest": "29.2.5", |
39 | 41 | "typescript": "5.7.2" |
40 | | - }, |
41 | | - "packageManager": "pnpm@10.34.1+sha512.b58fbde6dca66a929538021581f648b4570b6ca19b18e7cbd7f2c07a7b24454155388dacdf08f2af3678e88a6d1fe04f9d609df24bf51735a060ea041b374ab7" |
| 42 | + } |
42 | 43 | } |
0 commit comments