From 588005ccf4ffe4399f429b9dbce222f4216a9c47 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Tue, 24 Oct 2023 15:42:50 +0100 Subject: [PATCH] --- .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 6505bf1..82b9423 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ jobs: strategy: matrix: os: [windows, macos, ubuntu] - node-version: [latest, lts] + node-version: [latest, lts/*] runs-on: ${{ matrix.os }}-latest steps: - uses: actions/checkout@v3