Merge pull request #6953 from Rotzbua/up_nodejs_18

Upgrade to NodeJS 18
This commit is contained in:
Jérémy Benoist 2023-09-18 09:02:50 +02:00 committed by GitHub
commit 094604a87c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -22,7 +22,8 @@ jobs:
- name: "Install Node"
uses: actions/setup-node@v3
with:
node-version: "16"
node-version-file: ".nvmrc"
cache: "yarn"
- name: "Install dependencies with Yarn"
run: "yarn install"

2
.nvmrc
View file

@ -1 +1 @@
16
18

View file

@ -7,7 +7,7 @@
"doc": "docs"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"repository": {
"type": "git",