From aea1c0dbd32a79b988dff5ac957a48d1600346a1 Mon Sep 17 00:00:00 2001 From: Thomas Ballmann Date: Sun, 16 May 2021 19:54:03 +0200 Subject: [PATCH] Update app.yml --- .github/workflows/app.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index f95c0cf..e5ff9da 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 15.x] + node-version: [12.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: @@ -25,6 +25,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} + - run: cd app - run: npm i - run: npm run-script build