Skip to content

Commit 88a3d78

Browse files
committed
improve: update node version for action
1 parent 3ae1656 commit 88a3d78

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.vscode/settings.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
"typescript.tsdk": "node_modules/typescript/lib",
1010
"typescript.enablePromptUseWorkspaceTsdk": true,
1111
"editor.codeActionsOnSave": {
12-
"source.addMissingImports": true,
13-
"source.fixAll.eslint": true,
14-
// Disable this because it will conflict with ESLint based import organizing.
15-
"source.organizeImports": false
12+
"source.addMissingImports": "explicit",
13+
"source.fixAll.eslint": "explicit",
14+
"source.organizeImports": "never"
1615
}
1716
}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
fetch-depth: 0
2323
- uses: actions/setup-node@v3
2424
with:
25-
node-version: 16.x
25+
node-version: 18.x
2626
- name: Install Dependencies
2727
shell: bash
2828
run: |

0 commit comments

Comments
 (0)