From e054ca0073f38ee13863070de588f9d9c8a41fc8 Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Fri, 24 Jun 2022 09:57:01 +0200 Subject: [PATCH] * test node.js 18 --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 7b594c71..b1fb6c7a 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -56,7 +56,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [12.x, 14.x, 16.x, 18.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: