From 8fe04d1cdf513b676d99c5f326a60882d3db3b5f Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Sat, 29 Feb 2020 18:14:37 -0600 Subject: [PATCH] Update pythonapp.yml --- .github/workflows/pythonapp.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index a2fba1e..24d7ba1 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -44,6 +44,14 @@ jobs: - name: Run run: | kedro run + + - name: Use Node.js 13.x + uses: actions/setup-node@v1 + with: + node-version: 13.x + registry-url: https://npm.pkg.github.com/ + scope: '@ownername' + - name: install npm run: | npm i -g gatsby-cli