mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-20 19:39:26 +00:00
## What's Changed * Revert to pinned release workflows by @sethvargo in https://github.com/google-github-actions/setup-gcloud/pull/706 **Full Changelog**: https://github.com/google-github-actions/setup-gcloud/compare/v2.1.3...v2.1.4
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "setup-gcloud",
|
|
"version": "2.1.4",
|
|
"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"
|
|
},
|
|
"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.6",
|
|
"@google-github-actions/setup-cloud-sdk": "^1.1.9"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.2.0",
|
|
"@eslint/js": "^9.19.0",
|
|
"@types/node": "^22.13.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.22.0",
|
|
"@typescript-eslint/parser": "^8.22.0",
|
|
"@vercel/ncc": "^0.38.3",
|
|
"eslint-config-prettier": "^10.0.1",
|
|
"eslint-plugin-prettier": "^5.2.3",
|
|
"eslint": "^9.19.0",
|
|
"prettier": "^3.4.2",
|
|
"ts-node": "^10.9.2",
|
|
"typescript-eslint": "^8.22.0",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|