Skip to content

Bump serde from 1.0.164 to 1.0.171 in /packer (#4935) #17030

Bump serde from 1.0.164 to 1.0.171 in /packer (#4935)

Bump serde from 1.0.164 to 1.0.171 in /packer (#4935) #17030

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