Skip to content

chore(deps): bump lodash from 4.17.15 to 4.18.1 in /examples/ssr-nuxt #655

chore(deps): bump lodash from 4.17.15 to 4.18.1 in /examples/ssr-nuxt

chore(deps): bump lodash from 4.17.15 to 4.18.1 in /examples/ssr-nuxt #655

Workflow file for this run

name: build
on:
push:
branches:
- master
- next
pull_request:
branches:
- master
- next
jobs:
test:
name: Build and Test
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
with:
node-version: ${{ matrix.node-version }}
- name: install, lint
run: |
yarn install --frozen-lockfile
yarn lint --no-fix
- name: tsc
run: |
yarn types:check
- name: test
run: |
yarn test:compat