Update to node 18

This commit is contained in:
Paulo Gustavo Veiga 2022-10-05 17:57:41 -07:00
parent 1322ec1436
commit 3ac7e57dcf
4 changed files with 6 additions and 4 deletions

2
.nvmrc
View File

@ -1 +1 @@
v16
v18

View File

@ -4,7 +4,8 @@
# The workflow allows running tests and code linting on the default branch.
# Node LTS
image: cypress/included:10.9.0
#image: cypress/included:10.9.0
image: node:18.4.0
pipelines:
branches:

View File

@ -28,7 +28,7 @@
"Ezequiel Bergamaschi"
],
"engines": {
"node": ">16.10.0"
"node": ">18.3.0"
},
"browserslist": {
"production": [

View File

@ -7050,7 +7050,8 @@ expand-template@^2.0.3:
resolved "https://registry.yarnpkg.com/expand-template/-/expand-template-2.0.3.tgz#6e14b3fcee0f3a6340ecb57d2e8918692052a47c"
integrity sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==
expect@^27.5.1:
@^27.5.1:
version "27.5.1"
resolved "https://registry.yarnpkg.com/expect/-/expect-27.5.1.tgz#83ce59f1e5bdf5f9d2b94b61d2050db48f3fef74"
integrity sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==