Skip to content

build(deps-dev): bump @babel/node from 7.25.0 to 7.25.7 #3161

build(deps-dev): bump @babel/node from 7.25.0 to 7.25.7

build(deps-dev): bump @babel/node from 7.25.0 to 7.25.7 #3161

Workflow file for this run

name: test
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [16, 20]
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- name: Install dependencies
run: npm ci
env:
SKIP_BUILD: true
- name: Lint
run: npm run lint -- --no-fix
- name: Build
run: npm run build