Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Nov 1, 2023
1 parent 0b51f84 commit 374469c
Show file tree
Hide file tree
Showing 4 changed files with 1,656 additions and 1,000 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: Install Application
run: |
Expand Down
1 change: 0 additions & 1 deletion helpers/licencesDB.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type * as llm from "../types/recordTypes";
import type { RawRowsColumnsReturn } from "@cityssm/expressjs-server-js/types";
import type * as expressSession from "express-session";
export declare const canUpdateObject: (object: llm.Record, requestSession: expressSession.Session) => boolean;
export declare const getRawRowsColumns: (sql: string, parameters: unknown[], userFunctions: Map<string, (...parameters: unknown[]) => unknown>) => RawRowsColumnsReturn;
Expand Down
Loading

0 comments on commit 374469c

Please sign in to comment.