From 444493dd298f21821be1e3e1f2b32a2c623716f9 Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Tue, 9 Aug 2022 21:32:10 -0700 Subject: [PATCH] chore: update CI to include v18 No change to logic. This updates GitHub actions to test up through node v18. --- .github/workflows/main.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6fe8d1f..bb5cced 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,6 +17,7 @@ jobs: - 12 - 14 - 16 + - 18 os: - ubuntu-latest - macos-latest diff --git a/package.json b/package.json index 82c9129..01bcbd8 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,6 @@ "sleep": "^6.3.0" }, "engines": { - "node": ">=4.0.0" + "node": ">=4" } }