Revert "Bump node version to v18.16.1"

This reverts commit 1a4f3050ce.
This commit is contained in:
Sergio Padrino 2023-09-27 13:59:17 +02:00
parent 1a4f3050ce
commit 3ad30a2702
5 changed files with 5 additions and 5 deletions

View file

@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [18.16.1]
node: [18.14.0]
os: [macos-13-xl-arm64, windows-2019]
arch: [x64, arm64]
include:

View file

@ -1 +1 @@
18.16.1
18.14.0

2
.nvmrc
View file

@ -1 +1 @@
v18.16.1
v18.14.0

View file

@ -1,2 +1,2 @@
python 3.9.5
nodejs 18.16.1
nodejs 18.14.0

View file

@ -19,7 +19,7 @@ versions look similar to the below output:
```shellsession
$ node -v
v18.16.1
v18.14.0
$ yarn -v
1.21.1