Bump node to v20.11.1

This commit is contained in:
Sergio Padrino 2024-05-28 16:44:27 +02:00
parent b02c80c6c7
commit f63bfdae90
5 changed files with 5 additions and 5 deletions

View file

@ -38,7 +38,7 @@ on:
APPLE_APPLICATION_CERT_PASSWORD:
env:
NODE_VERSION: 18.16.1
NODE_VERSION: 20.11.1
jobs:
lint:

View file

@ -1 +1 @@
18.16.1
20.11.1

2
.nvmrc
View file

@ -1 +1 @@
v18.16.1
v20.11.1

View file

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

View file

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