Skip to content

Commit

Permalink
Merge pull request #34 from hirushaph/development
Browse files Browse the repository at this point in the history
Add intergration test for register endpoint
  • Loading branch information
hirushaph authored Mar 15, 2024
2 parents d6acc56 + cfe9776 commit 80e6438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
Binary file modified README.md
Binary file not shown.

0 comments on commit 80e6438

Please sign in to comment.