Skip to content

Commit

Permalink
fix(node): support for Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Jun 4, 2022
1 parent 3080c70 commit f6212a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://jan-molak.github.io/tiny-types/",
"engines": {
"node": "^14 || ^16",
"node": "^14 || ^16 || ^18",
"npm": "^6 || ^7 || ^8"
},
"devDependencies": {
Expand Down

0 comments on commit f6212a1

Please sign in to comment.