We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202968c commit 2774421Copy full SHA for 2774421
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
strategy:
88
matrix:
89
os: [ubuntu-latest]
90
- node-version: [6.x]
+ node-version: [16.x]
91
needs: [test]
92
if: github.event_name == 'release' && github.event.action == 'published'
93
steps:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "squiss-ts",
3
- "version": "4.4.0",
+ "version": "4.4.1",
4
"description": "High-volume SQS poller",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments