chore: Update node version in playground to allow node 18

pull/84/head
boazpoolman 2022-12-31 13:47:08 +01:00
parent c17a87fdb0
commit c8edb09ff1
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
"uuid": "2e84e366-1e09-43c2-a99f-a0d0acbc2ca5" "uuid": "2e84e366-1e09-43c2-a99f-a0d0acbc2ca5"
}, },
"engines": { "engines": {
"node": ">=14.x.x <=16.x.x", "node": ">=14.x.x <=18.x.x",
"npm": ">=6.0.0" "npm": ">=6.0.0"
}, },
"license": "MIT" "license": "MIT"