From e0d03e55d6dfa1571ea734853f4de1539ebd0d63 Mon Sep 17 00:00:00 2001 From: Lucas Manuel Palomo Lauterbach Date: Sun, 8 Aug 2021 19:12:30 +0200 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 56aa2a7..f0f8178 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -13,7 +13,7 @@ jobs: test: strategy: matrix: - os: + os: - ubuntu-latest - macos-latest - windows-latest @@ -22,7 +22,7 @@ jobs: - '12' - '14' - '16' - runs-on: ${{ matrix.os }} + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2