diff --git a/.vscode/settings.json b/.vscode/settings.json index 9b178d83..98ac59dd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,9 +9,8 @@ "typescript.tsdk": "node_modules/typescript/lib", "typescript.enablePromptUseWorkspaceTsdk": true, "editor.codeActionsOnSave": { - "source.addMissingImports": true, - "source.fixAll.eslint": true, - // Disable this because it will conflict with ESLint based import organizing. - "source.organizeImports": false + "source.addMissingImports": "explicit", + "source.fixAll.eslint": "explicit", + "source.organizeImports": "never" } } diff --git a/action.yml b/action.yml index 3368ea90..15227eb4 100644 --- a/action.yml +++ b/action.yml @@ -22,7 +22,7 @@ runs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - name: Install Dependencies shell: bash run: |