Skip to content

Commit

Permalink
improve: update node version for action
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Apr 18, 2024
1 parent 3ae1656 commit 88a3d78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 88a3d78

Please sign in to comment.