Skip to content

Bump @faker-js/faker from 8.4.1 to 9.0.3 #768

Bump @faker-js/faker from 8.4.1 to 9.0.3

Bump @faker-js/faker from 8.4.1 to 9.0.3 #768

Workflow file for this run

name: CI/CD
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install
- name: Run the tests
run: yarn test
- name: Build project
run: yarn build