Skip to content

Commit

Permalink
feat: update node ver
Browse files Browse the repository at this point in the history
  • Loading branch information
AbigailDeng authored and AbigailDeng committed Aug 26, 2024
1 parent 7f6b201 commit 22a972e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- dev
- master
- feature/test-chain-util
- feature/readme

env:
BRANCH_NAME: 'feature/badge-json'
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<p>
<a href="https://nodejs.org/download/">
<img alt="Node version" src="https://img.shields.io/node/v/aelf-sdk.svg">
</a>
<img alt="NPM" src="https://img.shields.io/npm/l/aelf-sdk">
</a><img alt="NPM" src="https://img.shields.io/npm/l/aelf-sdk">
<a href="http://commitizen.github.io/cz-cli/"><img alt="Commitizen friendly" src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg"></a>
<a href="https://github.com/AElfProject/aelf-web3.js/actions/workflows/publish.yml">
<img alt="coverage" src="https://github.com/AElfProject/aelf-web3.js/actions/workflows/publish.yml/badge.svg">
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aelf-sdk",
"version": "3.4.15-beta.0",
"version": "3.4.15-beta.1",
"description": "aelf-sdk js library",
"main": "dist/aelf.cjs.js",
"browser": "dist/aelf.umd.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"node": "16.x || 18.x || 20.x"
},
"engines": {
"node": "^16.10.0 || >=18.0.0"
"node": ">=18.18.0"
},
"types": "types",
"engineStrict": true,
Expand Down

0 comments on commit 22a972e

Please sign in to comment.