From bb1d3431cc27394a34415c3164122141f9a49f61 Mon Sep 17 00:00:00 2001 From: veeck Date: Mon, 2 May 2022 22:35:03 +0200 Subject: [PATCH] Update node test matrix for real --- .github/workflows/automated-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automated-tests.yml b/.github/workflows/automated-tests.yml index ccf52f65..a0cfb723 100644 --- a/.github/workflows/automated-tests.yml +++ b/.github/workflows/automated-tests.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - node-version: [14.x, 16.x, 17.x] + node-version: [14.x, 16.x, 18.x] steps: - name: Checkout code uses: actions/checkout@v3