|
4 | 4 | "description": "Upload to Google Cloud Storage (GCS)", |
5 | 5 | "main": "dist/index.js", |
6 | 6 | "scripts": { |
7 | | - "build": "ncc build -m src/main.ts", |
| 7 | + "build": "rm -rf dist/ && ncc build -m src/main.ts -o dist/main", |
8 | 8 | "docs": "./node_modules/.bin/actions-gen-readme", |
9 | 9 | "lint": "eslint .", |
10 | 10 | "format": "eslint . --fix", |
11 | 11 | "test": "bash ./bin/runTests.sh" |
12 | 12 | }, |
13 | 13 | "engines": { |
14 | | - "node": "20.x", |
15 | | - "npm": "10.x" |
| 14 | + "node": ">= 20.x", |
| 15 | + "npm": ">= 11.x" |
16 | 16 | }, |
17 | 17 | "repository": { |
18 | 18 | "type": "git", |
|
29 | 29 | "license": "Apache-2.0", |
30 | 30 | "dependencies": { |
31 | 31 | "@actions/core": "^1.11.1", |
32 | | - "@google-cloud/storage": "^7.16.0", |
33 | | - "@google-github-actions/actions-utils": "^0.8.8", |
| 32 | + "@google-cloud/storage": "^7.17.0", |
| 33 | + "@google-github-actions/actions-utils": "^0.8.10", |
34 | 34 | "fast-glob": "^3.3.3", |
35 | 35 | "ignore": "^7.0.5" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | 38 | "@eslint/eslintrc": "^3.3.1", |
39 | | - "@eslint/js": "^9.31.0", |
40 | | - "@types/node": "^24.0.14", |
41 | | - "@typescript-eslint/eslint-plugin": "^8.37.0", |
| 39 | + "@eslint/js": "^9.34.0", |
| 40 | + "@types/node": "^24.3.0", |
| 41 | + "@typescript-eslint/eslint-plugin": "^8.42.0", |
42 | 42 | "@vercel/ncc": "^0.38.3", |
43 | 43 | "eslint-config-prettier": "^10.1.8", |
44 | | - "eslint-plugin-prettier": "^5.5.3", |
45 | | - "eslint": "^9.31.0", |
| 44 | + "eslint-plugin-prettier": "^5.5.4", |
| 45 | + "eslint": "^9.34.0", |
46 | 46 | "prettier": "^3.6.2", |
47 | 47 | "ts-node": "^10.9.2", |
48 | | - "typescript-eslint": "^8.37.0", |
49 | | - "typescript": "^5.8.3" |
| 48 | + "typescript-eslint": "^8.42.0", |
| 49 | + "typescript": "^5.9.2" |
50 | 50 | } |
51 | 51 | } |
0 commit comments