Skip to content

Commit

Permalink
ci: fix publish ci error (#103)
Browse files Browse the repository at this point in the history
* ci: fix publish ci error

Signed-off-by: zemyblue <zemyblue@gmail.com>

* chore: update changelog

Signed-off-by: zemyblue <zemyblue@gmail.com>

---------

Signed-off-by: zemyblue <zemyblue@gmail.com>
  • Loading branch information
zemyblue committed Aug 29, 2023
1 parent 5623e90 commit d699b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "16"
registry-url: "https://registry.npmjs.org"
- run: if [ ! -x "$(command -v yarn)" ]; then npm install -g yarn; fi

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [\#95](https://github.com/Finschia/finschia-js/pull/95) delete redundant download in workflow

### Fixed
- [\#103](https://github.com/Finschia/finschia-js/pull/103) fix publish ci error, bump up node version

### Security

Expand Down

0 comments on commit d699b7e

Please sign in to comment.