mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
chore: switch to node LTS
This commit is contained in:
parent
8da9c21dfe
commit
6d7a02db41
@ -3,7 +3,8 @@
|
|||||||
# This template allows you to validate your NodeJS code.
|
# This template allows you to validate your NodeJS code.
|
||||||
# The workflow allows running tests and code linting on the default branch.
|
# The workflow allows running tests and code linting on the default branch.
|
||||||
|
|
||||||
image: node:10.15.3
|
# Node LTS
|
||||||
|
image: node:14.15.5
|
||||||
|
|
||||||
pipelines:
|
pipelines:
|
||||||
default:
|
default:
|
||||||
|
@ -22,8 +22,7 @@
|
|||||||
"Ezequiel Bergamaschi"
|
"Ezequiel Bergamaschi"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=15.3.0",
|
"node": "=14.15.5"
|
||||||
"npm": ">=7.0.14"
|
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
|
Loading…
Reference in New Issue
Block a user