Update github test action (#3247)

... add node 21 to the tests and also update dependencies
This commit is contained in:
Veeck
2023-10-23 21:37:52 +02:00
committed by GitHub
parent 6815dfa02b
commit f80889d953
6 changed files with 160 additions and 125 deletions

View File

@@ -8,7 +8,7 @@
"license": "MIT",
"dependencies": {
"@fontsource/roboto": "^5.0.8",
"@fontsource/roboto-condensed": "^5.0.12"
"@fontsource/roboto-condensed": "^5.0.13"
}
},
"node_modules/@fontsource/roboto": {
@@ -17,9 +17,9 @@
"integrity": "sha512-XxPltXs5R31D6UZeLIV1td3wTXU3jzd3f2DLsXI8tytMGBkIsGcc9sIyiupRtA8y73HAhuSCeweOoBqf6DbWCA=="
},
"node_modules/@fontsource/roboto-condensed": {
"version": "5.0.12",
"resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-5.0.12.tgz",
"integrity": "sha512-IdSGZUnXwiWrU9ID1zf+yIx3iB7WvUbShFxMqID2V50koKUF0qEoKZMtVUtU9m6LtQxZVriv24p0E7gNWfWH5w=="
"version": "5.0.13",
"resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-5.0.13.tgz",
"integrity": "sha512-ULmjcNq/DMNswAEgOsWLsjvjxxovuiLJSXPaMHE2FNYvjKiD2Gh5Hzh0QujuBdTxMK6Jn/iCKgfCAtWq5mGXrg=="
}
}
}

View File

@@ -11,6 +11,6 @@
},
"dependencies": {
"@fontsource/roboto": "^5.0.8",
"@fontsource/roboto-condensed": "^5.0.12"
"@fontsource/roboto-condensed": "^5.0.13"
}
}