Skip to content

Commit c31507a

Browse files
committed
feat: fix setup-node version
1 parent 975f75b commit c31507a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
uses: actions/checkout@v3
1515

1616
- name: Set up Node.js
17-
uses: actions/setup-node@v3
17+
uses: actions/setup-node@v4
1818
with:
19-
node-version: '18'
19+
node-version: '20'
2020

2121
- name: Install dependencies
2222
run: yarn install

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aelf-command",
3-
"version": "0.1.52",
3+
"version": "0.1.53",
44
"description": "A CLI tools for AElf",
55
"main": "src/index.js",
66
"type": "module",
@@ -115,4 +115,4 @@
115115
"path": "./node_modules/cz-conventional-changelog"
116116
}
117117
}
118-
}
118+
}

0 commit comments

Comments
 (0)