mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
664360ede2
`kind` is a new input property for the `supported-version` action which allows one to define what specific versions of Magento they support. Currently, `kind` supports `latest`, `currently-supported`, and `custom`. See the README for `supported-version` if you want more specifics
14 lines
420 B
JSON
14 lines
420 B
JSON
{
|
|
"name": "@graycore/github-actions-magento2-supported-version",
|
|
"version": "1.0.0",
|
|
"description": "A Github Action that computes the currently supported Github Actions Matrix for Magento 2 Versions",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "esbuild --outfile=dist/index.js --platform=node --bundle --minify src/index.ts",
|
|
"test": "jest"
|
|
},
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|