Skip to content

Bump sha2 from 0.10.6 to 0.10.7 in /packer #17032

Bump sha2 from 0.10.6 to 0.10.7 in /packer

Bump sha2 from 0.10.6 to 0.10.7 in /packer #17032

Workflow file for this run

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