Skip to content

Commit

Permalink
Merge pull request #47 from Psifi-Solutions/refactor/move-types-to-th…
Browse files Browse the repository at this point in the history
…eir-own-file

refactor: move types into types.ts
  • Loading branch information
psibean authored Jan 1, 2024
2 parents 7b4459f + 11e77f3 commit 14c1f0e
Show file tree
Hide file tree
Showing 8 changed files with 2,343 additions and 211 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -59,7 +59,7 @@ jobs:
run: npm ci

- name: Build
run: npm run build --if-present
run: npm run build:code --if-present

- name: Run tests
run: npm test
Loading

0 comments on commit 14c1f0e

Please sign in to comment.