/
githubmirror
/
act
Обзор
Документация
Войти
/
githubmirror
/
act
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pkg/runner/testdata/actions/node16/package.json
23 строки
439 B
Casey Lee
build(deps): bump GitHub Actions to fix Node.js 20 deprecation (#6036)
24 мар 2026, 18:06
Не верифицирован
24 мар 2026, 18:06
10add23
Код
Авторство
О чём код?
{ "name": "node16", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "ncc build index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@actions/core": "^1.2.6", "@actions/github": "^6.0.1" }, "devDependencies": { "@vercel/ncc": "^0.38.4" }, "engines": { "node": ">=16" } }