Skip to content

Commit 2774421

Browse files
authored
fix #125 - iltorb should not be part of the published package json (#126)
1 parent 202968c commit 2774421

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
strategy:
8888
matrix:
8989
os: [ubuntu-latest]
90-
node-version: [6.x]
90+
node-version: [16.x]
9191
needs: [test]
9292
if: github.event_name == 'release' && github.event.action == 'published'
9393
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "squiss-ts",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "High-volume SQS poller",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)