mirror of
https://github.com/tailscale/github-action.git
synced 2026-08-20 07:19:22 +00:00
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 2.0.2 to 3.0.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
36 lines
955 B
JSON
36 lines
955 B
JSON
{
|
|
"name": "github-action",
|
|
"version": "4.0.0",
|
|
"description": "Connect your GitHub Action workflow to Tailscale",
|
|
"main": "dist/main.js",
|
|
"engines": {
|
|
"node": ">=24.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "ncc build src/main.ts -o dist && ncc build src/logout/logout.ts -o dist/logout"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tailscale/github-action"
|
|
},
|
|
"author": "Lee Briggs, Tailscale Inc, & Contributors",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@actions/cache": "^5.0.2",
|
|
"@actions/core": "^3.0.1",
|
|
"@actions/exec": "^2.0.0",
|
|
"@actions/tool-cache": "^3.0.0",
|
|
"semver": "^7.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.10.2",
|
|
"@vercel/ncc": "^0.38.3",
|
|
"typescript": "^5.8.3",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-organize-imports": "^4.3.0"
|
|
},
|
|
"overrides": {
|
|
"glob": "^10.3.10",
|
|
"inflight": "npm:@isaacs/inflight@^1.0.6"
|
|
}
|
|
}
|