From 0e44df8cfa17a3d427d2d6c3eb49b0367c2c875f Mon Sep 17 00:00:00 2001 From: Florian Metz Date: Sat, 5 Oct 2019 14:22:36 +0200 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index afb4a5e..e46b448 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,5 +5,5 @@ jobs: runs-on: ubuntu-latest steps: - name: Prepare build - - uses: actions/setup-node@master run: npm run init + - uses: actions/setup-node@master