Skip to content

Commit

Permalink
Merge pull request #336 from dnp1/master
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jun 2, 2023
2 parents 3965a33 + 2fe1b1c commit 71b1580
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ jobs:
- 14
- 16
- 18
- 20
serverless:
- "2.36.0"
- "2"
- "latest"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"typescript": "^4.3.4"
},
"engines": {
"node": ">=14.15.0 <20"
"node": ">=14.15.0 <21"
},
"files": [
"/dist"
Expand Down

0 comments on commit 71b1580

Please sign in to comment.