Files
flipper/.github/workflows/nodejs-pkg.yml
Pascal Hartig cc70cf0fae Upgrade checkout workflows (#3241)
Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/3241

Fixes https://github.com/facebook/flipper/issues/3196

Reviewed By: lawrencelomax

Differential Revision: D33403962

fbshipit-source-id: 3f282e5bd10fc25f72cac58fa97f026e00a87dae
2022-01-05 09:39:56 -08:00

24 lines
419 B
YAML

name: PKG Node CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
pkg-directory: ./desktop/pkg
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: install
working-directory: ${{env.pkg-directory}}
run: yarn
- name: run
working-directory: ${{env.pkg-directory}}
run: bin/run