diff --git a/.nvmrc b/.nvmrc index 5e0828a..805b5a4 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v18.16.1 +v20.9.0 diff --git a/.vscode/settings.json b/.vscode/settings.json index 1b119b5..958cf4e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "editor.inlineSuggest.showToolbar": "onHover" + "editor.inlineSuggest.showToolbar": "always" } \ No newline at end of file diff --git a/package.json b/package.json index e7e92c2..0f6829c 100644 --- a/package.json +++ b/package.json @@ -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/*",