From 2818362891677710ae96180f2c71895887a4f4e7 Mon Sep 17 00:00:00 2001 From: Sebastian Gerske <13647606+H34D@users.noreply.github.com> Date: Thu, 1 Sep 2022 13:40:44 +0200 Subject: [PATCH] update node again --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 497280a4..271d66cf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node: [ '12.x', '14.x', '16.x' ] + node: [ '14.x', '16.x', '18.x' ] os: [ ubuntu-latest, windows-2019, macOS-latest ] steps: