Skip to content

Commit

Permalink
chore: update CI to include v18
Browse files Browse the repository at this point in the history
No change to logic. This updates GitHub actions to test up through node
v18.
  • Loading branch information
nfischer committed Aug 10, 2022
1 parent 824b6fd commit 444493d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- 12
- 14
- 16
- 18
os:
- ubuntu-latest
- macos-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"sleep": "^6.3.0"
},
"engines": {
"node": ">=4.0.0"
"node": ">=4"
}
}

0 comments on commit 444493d

Please sign in to comment.