Skip to content

Commit a6d8452

Browse files
committed
Update: node ver for the GH action
1 parent 937613d commit a6d8452

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: setup node
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: "16"
17+
node-version: "20"
1818
- name: install dependencies
1919
run: npm install
2020
- name: publish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"type": "module",
1515
"keywords": [],
16-
"author": "",
16+
"author": "Codédex",
1717
"license": "ISC",
1818
"bugs": {
1919
"url": "https://github.com/codedex-io/blogs/issues"

0 commit comments

Comments
 (0)