Skip to content

Bump electron from 26.6.10 to 37.1.0 in /gcs in the npm_and_yarn group across 1 directory #593

Bump electron from 26.6.10 to 37.1.0 in /gcs in the npm_and_yarn group across 1 directory

Bump electron from 26.6.10 to 37.1.0 in /gcs in the npm_and_yarn group across 1 directory #593

Workflow file for this run

name: JS Lint
on:
push:
branches:
- main
- release-*
pull_request:
branches:
- main
- release-*
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 20
- run: yarn
working-directory: gcs
- run: yarn format
working-directory: gcs