From 9a03431fbd5a96e90d4cc8ff714cadd957b3efd3 Mon Sep 17 00:00:00 2001 From: Fergus McDowall Date: Mon, 25 Jul 2022 18:35:50 +0100 Subject: [PATCH] bump node test versions --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a2200009..4ebac27c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12, 14, 16] + node-version: [14, 16, 18] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2