diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index dbc9407..84a1827 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,8 +12,6 @@ on: branches: - main - master - schedule: - - cron: '0 2 * * *' jobs: build: @@ -42,7 +40,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [16, 18] + node-version: [16, 18, 20] os: [ubuntu-latest] steps: diff --git a/layotto b/layotto index 865771a..9141559 160000 --- a/layotto +++ b/layotto @@ -1 +1 @@ -Subproject commit 865771ae403d6333cf4811e69ecc25115fd0b7d4 +Subproject commit 91415599f4ffa43fdd6e53e210c52d78c0a1f746 diff --git a/package.json b/package.json index 58778af..c23c073 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.3.0", "description": "Layotto Node.js SDK", "main": "dist/index.js", + "types": "dist/index.d.ts", "files": [ "src", "dist",