Skip to content

Bump @babel/preset-env from 7.20.2 to 7.24.3 in /desktop #21100

Bump @babel/preset-env from 7.20.2 to 7.24.3 in /desktop

Bump @babel/preset-env from 7.20.2 to 7.24.3 in /desktop #21100

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