Skip to content

Commit 9d2d175

Browse files
authored
Merge pull request #212 from AElfProject/feature/new-function-rm
chore: 🤖 use node v20, update lock
2 parents 6000096 + cb831df commit 9d2d175

File tree

3 files changed

+1879
-1802
lines changed

3 files changed

+1879
-1802
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: 18
18+
node-version: 20
1919

2020
- name: Install, Test and Build
2121
run: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Node.js
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: '18'
21+
node-version: '20'
2222
registry-url: 'https://npm.pkg.github.com'
2323

2424
- name: Install dependencies

0 commit comments

Comments
 (0)