Skip to content

Bump @babel/eslint-parser from 7.22.10 to 7.22.15 in /js/js-flipper #19109

Bump @babel/eslint-parser from 7.22.10 to 7.22.15 in /js/js-flipper

Bump @babel/eslint-parser from 7.22.10 to 7.22.15 in /js/js-flipper #19109

Workflow file for this run

name: PKG Node CI
# This actions runs on 'git push' and PRs
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
pkg-directory: ./desktop/pkg
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/setup-node@v3.6.0
with:
node-version: '18.x'
- name: install
working-directory: ${{env.pkg-directory}}
run: yarn
- name: run
working-directory: ${{env.pkg-directory}}
run: bin/run