From 9276fa65ae100053261005853eaf510b0b82e456 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 9 Nov 2022 00:04:19 +0100 Subject: [PATCH] chore: run CI on Node 18 --- .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