Skip to content

Commit

Permalink
Add TypeChat service (#256)
Browse files Browse the repository at this point in the history
* Add typechat service

* Use clipboardy for typechat-manual

* Add Typechat tests

* typechat requires node >= 18

* Update ci.yml

* Expand node version matrix

* Add semver to dependencies

---------

Co-authored-by: Felix K <[email protected]>
  • Loading branch information
abichinger and fkirc authored Aug 6, 2023
1 parent c2253c7 commit 3207191
Show file tree
Hide file tree
Showing 10 changed files with 492 additions and 77 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
production_install:
strategy:
matrix:
node: [ '10', '12', '14' ]
node: [ '10', '12', '14', '16' ]
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
runs-on: ${{ matrix.os }}
timeout-minutes: 15
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dist/

# Secrets
service-account.json
.env

# Test Data
locales/
Expand Down
Loading

0 comments on commit 3207191

Please sign in to comment.