Skip to content

Commit

Permalink
chore: support Node.js v20 engine
Browse files Browse the repository at this point in the history
closes: #45

Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
  • Loading branch information
achrinza committed Jun 22, 2023
1 parent e58948d commit 76e7471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- 17
- 18
- 19
- 20
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"access": "public"
},
"engines": {
"node": "14 || 16 || 17 || 18 || 19"
"node": "14 || 16 || 17 || 18 || 19 || 20"
},
"dependencies": {
"@achrinza/event-pubsub": "5.0.8",
Expand Down

0 comments on commit 76e7471

Please sign in to comment.