Files
flipper/.github/workflows/nodejs-pkg.yml
Andrey Goncharov 41d7b2a307 Update OSS node version (#3822)
Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/3822

Update Node version in CI pipeline

Reviewed By: lblasa

Differential Revision: D37207646

fbshipit-source-id: 157d1da9b01ca3ad34047908abc629f84d6736bc
2022-06-16 06:27:01 -07: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: '16.x'
- name: install
working-directory: ${{env.pkg-directory}}
run: yarn
- name: run
working-directory: ${{env.pkg-directory}}
run: bin/run