Skip to content

build(deps-dev): bump @jest/globals from 29.5.0 to 29.6.1 #3466

build(deps-dev): bump @jest/globals from 29.5.0 to 29.6.1

build(deps-dev): bump @jest/globals from 29.5.0 to 29.6.1 #3466

Workflow file for this run

name: ci
on:
- pull_request
- push
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16.x, 18.x]
steps:
- name: Checkout 📝
uses: actions/checkout@master
- name: Setup node env 👨🏻‍💻
uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
- name: Cache node_modules 📦
uses: actions/[email protected]
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
cache: "yarn"
- name: Install dependencies ⚙
run: yarn install
- name: Install dependencies 📦🛠️
run: yarn installPackage
- name: Run tests 🧪
run: yarn test
- name: Run Lint
run: yarn lint