From 26bf09a4463edc5e2aa799a3cf3a19b5c75eafdd Mon Sep 17 00:00:00 2001 From: Patrick Kubiak Date: Sun, 15 May 2022 18:17:37 -0400 Subject: [PATCH] feat(ci): Update node verisons --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index a29bba1..bfa2cf4 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [14.x, 16.x, 17.x, 18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: