#922 NodeJS upgrade

This commit is contained in:
Grzegorz Zając 2023-11-13 19:54:38 +01:00
parent 3f8d3e822a
commit 996fecc35b
3 changed files with 3 additions and 3 deletions

2
.nvmrc
View File

@ -1 +1 @@
v18.16.1
v20.9.0

View File

@ -1,3 +1,3 @@
{
"editor.inlineSuggest.showToolbar": "onHover"
"editor.inlineSuggest.showToolbar": "always"
}

View File

@ -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/*",