upgrade node version and update 1.4.1
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
Julien Fastré 2024-02-08 21:53:25 +01:00
parent 0fb57fcdd8
commit 818b4c36a3
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
3 changed files with 8 additions and 1 deletions

3
.changes/v1.4.1.md Normal file
View File

@ -0,0 +1,3 @@
## v1.4.1 - 2024-02-08
### Fixed
* upgrade node version while compiling

View File

@ -37,7 +37,7 @@ steps:
- build-base-image
- name: build-assets
image: node:14
image: node:16
pull: always
commands:
- yarn install

View File

@ -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).
## v1.4.1 - 2024-02-08
### Fixed
* upgrade node version while compiling
## v1.4.0 - 2024-02-08
### Release
* Upgrade nodes dependencies