Update pythonapp.yml

This commit is contained in:
Waylon Walker 2020-02-29 18:14:37 -06:00 committed by GitHub
parent ea6a6f023a
commit 8fe04d1cdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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