Skip to content

fix(deps): update dependency next to v14.2.3 #760

fix(deps): update dependency next to v14.2.3

fix(deps): update dependency next to v14.2.3 #760

Workflow file for this run

name: NPM Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn lint
- run: yarn build
env:
CI: true