From 518acdadafb8fdda778f87d6d1c61dbf677e009b Mon Sep 17 00:00:00 2001 From: Yuri Lima Date: Sat, 26 Nov 2022 13:27:54 +0000 Subject: [PATCH] Simple correction --- .github/workflows/publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ce90cf3..a9b03c4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,11 +10,11 @@ on: jobs: publish: runs-on: ${{ matrix.os }} - strategy: - matrix: - node-version: [14.x, 16.x, 18.x] - os: [ubuntu-latest, windows-latest, macos-latest] - # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ + strategy: + matrix: + node-version: [14.x, 16.x, 18.x] + os: [ubuntu-latest, windows-latest, macos-latest] + # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v3