From afafc33bba4601445ed84c79a3e4cb9941fe8f71 Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+lucidkobold@users.noreply.github.com> Date: Mon, 9 Aug 2021 15:18:58 -0500 Subject: [PATCH] Fix syntax --- .github/workflows/node.js.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index be81626..069c82d 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -18,9 +18,8 @@ jobs: matrix: node-version: [12.x, 14.x, 16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2 - uses: borales/actions-yarn@v2.3.0 with: cmd: install # will run `yarn install` command