upgrade node version and update 1.4.1
Some checks failed
continuous-integration/drone/tag Build is failing
Some checks failed
continuous-integration/drone/tag Build is failing
This commit is contained in:
parent
0fb57fcdd8
commit
818b4c36a3
3
.changes/v1.4.1.md
Normal file
3
.changes/v1.4.1.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
## v1.4.1 - 2024-02-08
|
||||||
|
### Fixed
|
||||||
|
* upgrade node version while compiling
|
@ -37,7 +37,7 @@ steps:
|
|||||||
- build-base-image
|
- build-base-image
|
||||||
|
|
||||||
- name: build-assets
|
- name: build-assets
|
||||||
image: node:14
|
image: node:16
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- yarn install
|
- yarn install
|
||||||
|
@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
|||||||
and is generated by [Changie](https://github.com/miniscruff/changie).
|
and is generated by [Changie](https://github.com/miniscruff/changie).
|
||||||
|
|
||||||
|
|
||||||
|
## v1.4.1 - 2024-02-08
|
||||||
|
### Fixed
|
||||||
|
* upgrade node version while compiling
|
||||||
|
|
||||||
## v1.4.0 - 2024-02-08
|
## v1.4.0 - 2024-02-08
|
||||||
### Release
|
### Release
|
||||||
* Upgrade nodes dependencies
|
* Upgrade nodes dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user