chore: switch to node LTS

This commit is contained in:
Ezequiel Bergamaschi 2021-02-16 23:01:33 -05:00
parent 8da9c21dfe
commit 6d7a02db41
3 changed files with 4 additions and 4 deletions

2
.nvmrc
View File

@ -1 +1 @@
v15.3.0 v14.15.5

View File

@ -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:

View File

@ -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": [