mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-13 02:37:57 +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.
|
||||
# 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:
|
||||
default:
|
||||
|
@ -22,8 +22,7 @@
|
||||
"Ezequiel Bergamaschi"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=15.3.0",
|
||||
"npm": ">=7.0.14"
|
||||
"node": "=14.15.5"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
Loading…
Reference in New Issue
Block a user