From ffce2b50da8ea3da9a6656957a1437d44f6b2eba Mon Sep 17 00:00:00 2001 From: agracio Date: Sat, 1 Jun 2024 23:51:51 +0100 Subject: [PATCH] testing CI --- .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 38c96445..b65551ba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: # os: [macos-latest, ubuntu-latest, windows-2019] # node: [21.x, 20.x, 18.x, 16.x] os: [macos-14] - node: [20.x] + node: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x] steps: - name: Checkout code uses: actions/checkout@v4