chore(tests): set specific node version in tests and bump Nextjs version

This commit is contained in:
Gabe Kangas
2024-09-15 05:52:20 -07:00
parent 4a317b799c
commit 755308eca8
3 changed files with 61 additions and 57 deletions

View File

@@ -35,7 +35,7 @@
"interweave": "^13.0.0",
"interweave-autolink": "^5.1.0",
"lodash": "4.17.21",
"next": "14.2.5",
"next": "14.2.11",
"next-pwa": "^5.6.0",
"next-with-less": "3.0.1",
"picmo": "5.8.5",
@@ -132,4 +132,4 @@
"ts-jest": "^29.1.0",
"typescript": "5.5.4"
}
}
}