Skip to content

[updatecli][npm] Bump version to 3.49.1 (#202) #254

[updatecli][npm] Bump version to 3.49.1 (#202)

[updatecli][npm] Bump version to 3.49.1 (#202) #254

Workflow file for this run

# Lint this change with the latest node LTS.
name: Lint
# https://g.nite07.orgmunity/t/how-to-trigger-an-action-on-push-or-pull-request-but-not-both/16662/2
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm install
- run: npm run lint