Skip to content

build(deps-dev): bump oclif from 4.14.34 to 4.14.35 #1916

build(deps-dev): bump oclif from 4.14.34 to 4.14.35

build(deps-dev): bump oclif from 4.14.34 to 4.14.35 #1916

Workflow file for this run

name: CI
on: push
jobs:
php:
name: Node
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- uses: actions/checkout@v4
- name: Setup the Node environment on ${{ runner.os }}
uses: actions/setup-node@v4
with:
cache: yarn
node-version-file: '.nvmrc'
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies using Yarn
run: yarn install --frozen-lockfile --prefer-offline
- run: yarn run build
- run: yarn run test