Skip to content

Commit 477c414

Browse files
committed
chore: update CI to include v18
No change to logic. This updates GitHub actions to test up through node v18.
1 parent 4e26d1d commit 477c414

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- 12
1717
- 14
1818
- 16
19+
- 18
1920
os:
2021
- ubuntu-latest
2122
- macos-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"author": "Nate Fischer <ntfschr@gmail.com> (https://github.com/nfischer)",
2323
"license": "MIT",
2424
"engines": {
25-
"node": ">=6.0.0"
25+
"node": ">=6"
2626
},
2727
"repository": {
2828
"type": "git",

0 commit comments

Comments
 (0)