mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-08 15:54:51 +00:00
Fix build environment
Change-Id: I1e32a0eeaaa0e6b8c8d4845183e7d37320a4eeae
This commit is contained in:
parent
a74a6166a3
commit
24afbd2953
2 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,6 @@
|
|||
"singleQuote": false,
|
||||
"trailingComma": "es5",
|
||||
"bracketSpacing": true,
|
||||
"jsxBracketSameLine": false,
|
||||
"bracketSameLine": false,
|
||||
"arrowParens": "avoid"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- lts/*
|
||||
- 17
|
||||
|
||||
cache: yarn
|
||||
|
|
Loading…
Reference in a new issue