Skip to content

Bump org.mockito:mockito-core from 5.3.1 to 5.4.0 #17093

Bump org.mockito:mockito-core from 5.3.1 to 5.4.0

Bump org.mockito:mockito-core from 5.3.1 to 5.4.0 #17093

Workflow file for this run

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: '18.x'
- name: install
working-directory: ${{env.pkg-directory}}
run: yarn
- name: run
working-directory: ${{env.pkg-directory}}
run: bin/run