From 223ef525c645650f9c23208077029a3d4a5f517a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Crist=C3=B3bal=20Contreras=20Rubio?= Date: Fri, 21 Jul 2023 10:34:22 +0200 Subject: [PATCH] remove nopde_modules from git, copy types through ci and node 18 as minimum version --- .github/workflows/publish.yml | 2 +- node_modules/@types/gpstime/index.d.ts | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 node_modules/@types/gpstime/index.d.ts diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 36a48be..4b3082e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - name: ❇️ Setup node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: 'npm' - name: 📥 Install Dependencies diff --git a/node_modules/@types/gpstime/index.d.ts b/node_modules/@types/gpstime/index.d.ts deleted file mode 100644 index 7e8c4c9..0000000 --- a/node_modules/@types/gpstime/index.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import 'gpstime' - -declare module 'gpstime' { - export const wnTowToGpsTimestamp: (wn: number, tow: number) => Date -} \ No newline at end of file