mirror of
https://github.com/twofas/2fas-browser-extension.git
synced 2024-11-21 17:49:56 +01:00
#922 NodeJS upgrade
This commit is contained in:
parent
3f8d3e822a
commit
996fecc35b
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -1,3 +1,3 @@
|
||||
{
|
||||
"editor.inlineSuggest.showToolbar": "onHover"
|
||||
"editor.inlineSuggest.showToolbar": "always"
|
||||
}
|
@ -3,7 +3,7 @@
|
||||
"version": "1.5.0",
|
||||
"description": "This is the official Browser Extension for the Open Source 2FAS project.",
|
||||
"engines": {
|
||||
"node": "18.16.1"
|
||||
"node": "20.9.0"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf --glob ./public/*",
|
||||
|
Loading…
Reference in New Issue
Block a user