Skip to content

Commit

Permalink
Allow to install on Node.js 18 and add tests (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Jun 9, 2022
1 parent aa4faf5 commit 4a528a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"access": "public"
},
"engines": {
"node": "^14 || ^16"
"node": "^14 || ^16 || ^18"
},
"devDependencies": {
"@types/react": "^17.0.37",
Expand Down

0 comments on commit 4a528a5

Please sign in to comment.