Skip to content

Commit b0c24d6

Browse files
Merge pull request #10 from ritik-prog/main
update node version to 16.16.0
2 parents 3327ce9 + e91d9cb commit b0c24d6

File tree

2 files changed

+26
-23
lines changed

2 files changed

+26
-23
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ branding:
3232
color: 'blue'
3333

3434
runs:
35-
using: 'node12'
35+
using: 'node16'
3636
main: 'dist/index.js'

package.json

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
{
2-
"name": "action-hashnode-blog",
3-
"version": "1.0.0",
4-
"funding": "https://sva.onl/sponsor",
5-
"description": " Fetch & Display Your Hashnode blog posts. ",
6-
"scripts": {
7-
"prepare": "ncc build ./src/index.js -o dist --source-map --license licenses.txt"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/varunsridharan/action-hashnode-blog.git"
12-
},
13-
"devDependencies": {
14-
"@actions/core": "^1.2.5",
15-
"@vercel/ncc": "^0.24.1",
16-
"gist-box": "^0.3.1"
17-
},
18-
"author": "Varun Sridharan <varunsridharan23@gmail.com> (https://varunsridharan.in)",
19-
"license": "MIT",
20-
"bugs": {
21-
"url": "https://github.com/varunsridharan/action-hashnode-blog/issues"
22-
},
23-
"homepage": "https://github.com/varunsridharan/action-hashnode-blog#readme"
2+
"name": "action-hashnode-blog",
3+
"version": "1.0.0",
4+
"funding": "https://sva.onl/sponsor",
5+
"description": " Fetch & Display Your Hashnode blog posts. ",
6+
"engines": {
7+
"node": "16.16.0"
8+
},
9+
"scripts": {
10+
"prepare": "ncc build ./src/index.js -o dist --source-map --license licenses.txt"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/varunsridharan/action-hashnode-blog.git"
15+
},
16+
"devDependencies": {
17+
"@actions/core": "^1.2.5",
18+
"@vercel/ncc": "^0.24.1",
19+
"gist-box": "^0.3.1"
20+
},
21+
"author": "Varun Sridharan <varunsridharan23@gmail.com> (https://varunsridharan.in)",
22+
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/varunsridharan/action-hashnode-blog/issues"
25+
},
26+
"homepage": "https://github.com/varunsridharan/action-hashnode-blog#readme"
2427
}

0 commit comments

Comments
 (0)