From a9893b0cfb0821c9c7b5fec28a6a2e6cdd5e20a4 Mon Sep 17 00:00:00 2001
From: Philip Harrison <philip@mailharrison.com>
Date: Wed, 10 May 2023 15:04:46 +0100
Subject: [PATCH] Update to node 18.x (#751)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 732b0483..362bd89d 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ steps:
 - uses: actions/checkout@v3
 - uses: actions/setup-node@v3
   with:
-    node-version: 16
+    node-version: 18
 - run: npm ci
 - run: npm test
 ```