Skip to content

Bump the npm_and_yarn group across 1 directory with 4 updates #33

Bump the npm_and_yarn group across 1 directory with 4 updates

Bump the npm_and_yarn group across 1 directory with 4 updates #33

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
build-ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --immutable --immutable-cache --check-cache
- run: yarn lint
- run: yarn build-staging-release
- run: yarn test