Skip to content

Commit

Permalink
Merge pull request #1004 from bridge-core/dev
Browse files Browse the repository at this point in the history
v2.7.0 - "Flint"
  • Loading branch information
outercloudstudio authored Nov 10, 2023
2 parents be29967 + 96f7385 commit cc8214f
Show file tree
Hide file tree
Showing 86 changed files with 1,639 additions and 5,623 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Node 🧰
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- name: Cache node modules 📖
uses: actions/cache@v2
env:
Expand Down
13 changes: 7 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"files.exclude": {
"**/node_modules": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}
"files.exclude": {
"**/node_modules": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"rust-analyzer.linkedProjects": [".\\src-tauri\\Cargo.toml"]
}
Loading

0 comments on commit cc8214f

Please sign in to comment.