From 7343a5394ac58c355cb35a28977ee938abed808f Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Tue, 24 Oct 2023 15:37:35 +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 f5621b6..6505bf1 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