mirror of
https://github.com/status-im/actions-hugo.git
synced 2025-01-23 19:19:27 +00:00
chore: Add engines field
This commit is contained in:
parent
8eef9fcb44
commit
aeba6547bb
@ -3,6 +3,10 @@
|
||||
"version": "2.4.4",
|
||||
"description": "GitHub Actions for Hugo",
|
||||
"main": "lib/index.js",
|
||||
"engines": {
|
||||
"node": ">=12.14.1",
|
||||
"npm": ">=6.13.7"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint ./{src,__tests__}/**/*.ts",
|
||||
"lint:fix": "eslint --fix ./{src,__tests__}/**/*.ts",
|
||||
|
Loading…
x
Reference in New Issue
Block a user