Updates to Node 18 (#1144)

This commit is contained in:
Michael Novotny 2023-08-03 20:24:37 -05:00 committed by GitHub
parent 9044baf44e
commit 0e13cfc3dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
.nvmrc
View File

@ -1 +1 @@
16
18

View File

@ -2,7 +2,7 @@
"private": true,
"packageManager": "pnpm@8.2.0",
"engines": {
"node": ">=16",
"node": ">=18",
"pnpm": ">=7"
},
"scripts": {