From 47b5921bf1e21a87e2e46a91eaabd467a810a5c7 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 27 Jan 2022 14:20:49 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8c3cf1..958b275 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: matrix: node-version: [16.x] - steps: + steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}