mirror of
https://github.com/prymitive/karma
synced 2026-08-28 11:17:28 +00:00
chore(actions): use latest Node version
This commit is contained in:
committed by
Łukasz Mierzwa
parent
999148cb2c
commit
fd886bf95a
Generated
+1
-1
@@ -92,7 +92,7 @@
|
||||
"typescript": "4.9.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "19.1.0",
|
||||
"node": "19.2.0",
|
||||
"npm": ">=8.3 <9.0"
|
||||
}
|
||||
},
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
"private": true,
|
||||
"engines": {
|
||||
"npm": ">=8.3 <9.0",
|
||||
"node": "19.1.0"
|
||||
"node": "19.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@floating-ui/react-dom": "1.0.1",
|
||||
|
||||
Reference in New Issue
Block a user