From 1d62d1b115c35f09c1d7307f252630c77328f9dd Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Tue, 15 Nov 2022 19:35:32 +0100 Subject: [PATCH] chore: run CI on Node 18 (#235) --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 7e07dc0..cb5a223 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -16,7 +16,7 @@ jobs: if: ${{ !contains(github.head_ref, 'all-contributors') }} strategy: matrix: - node: [12, 14, 16] + node: [12, 14, 16, 18] runs-on: ubuntu-latest steps: - name: 🛑 Cancel Previous Runs