Skip to content

build(deps-dev): Bump eslint-config-prettier from 8.9.0 to 8.10.0 #56

build(deps-dev): Bump eslint-config-prettier from 8.9.0 to 8.10.0

build(deps-dev): Bump eslint-config-prettier from 8.9.0 to 8.10.0 #56

Workflow file for this run

name: Node.js CI Build
on:
push:
branches: ['*']
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 19.x, 20.x]
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install --frozen-lockfile