mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-20 19:39:26 +00:00
## What's Changed * Introduce an option to skip the tool cache by @sethvargo in https://github.com/google-github-actions/setup-gcloud/pull/718 **Full Changelog**: https://github.com/google-github-actions/setup-gcloud/compare/v2.1.5...v2.2.0
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "setup-gcloud",
|
|
"version": "2.2.0",
|
|
"description": "Setup gcloud GitHub action",
|
|
"main": "dist/main/index.js",
|
|
"scripts": {
|
|
"build": "ncc build -m src/main.ts",
|
|
"docs": "./node_modules/.bin/actions-gen-readme",
|
|
"format": "eslint . --fix",
|
|
"integration": "node --require ts-node/register --test-reporter spec --test tests/integration.test.ts",
|
|
"lint": "eslint .",
|
|
"test": "node --require ts-node/register --test-reporter spec --test tests/setup-gcloud.test.ts"
|
|
},
|
|
"engines": {
|
|
"node": "20.x",
|
|
"npm": ">= 10.x"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/google-github-actions/setup-gcloud"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"google cloud",
|
|
"gcloud",
|
|
"sdk",
|
|
"cloud sdk",
|
|
"setup"
|
|
],
|
|
"author": "GoogleCloudPlatform",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@actions/core": "^1.11.1",
|
|
"@actions/tool-cache": "^2.0.2",
|
|
"@google-github-actions/actions-utils": "^0.8.8",
|
|
"@google-github-actions/setup-cloud-sdk": "^1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "^9.33.0",
|
|
"@types/node": "^24.2.1",
|
|
"@typescript-eslint/eslint-plugin": "^8.39.0",
|
|
"@typescript-eslint/parser": "^8.39.0",
|
|
"@vercel/ncc": "^0.38.3",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"eslint": "^9.32.0",
|
|
"prettier": "^3.6.2",
|
|
"ts-node": "^10.9.2",
|
|
"typescript-eslint": "^8.39.0",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|