From 13c03fc1f43232a0e624e9eb8fe05eb3dfede1e3 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 20 Jun 2022 15:47:38 +0100 Subject: [PATCH] chore!: drop support for node 12; add support for node 18 (#52) BREAKING CHANGE: Drops support for EOL node 12; adds support for node 18 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e93491..fec6ce8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: contents: read strategy: matrix: - node-version: [12, 14, 16] + node-version: [14, 16, 18] os: [macos-latest, ubuntu-latest, windows-latest] steps: - name: Check out repo