Skip to content

Commit

Permalink
add support for node 20 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed May 8, 2023
1 parent c7b8cc6 commit 15db763
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [16.x, 18.x, 19.x]
node-version: [16.x, 18.x, 20.x]

steps:

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "squiss-ts",
"version": "5.0.0",
"version": "5.1.0",
"description": "High-volume SQS poller",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": "^16 || ^18|| ^19"
"node": "^16 || ^18 || ^20"
},
"scripts": {
"clean": "rm -rf .nyc_output coverage dist",
Expand Down

0 comments on commit 15db763

Please sign in to comment.