Skip to content

chore(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.2.0 #661

chore(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.2.0

chore(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.2.0 #661

Workflow file for this run

name: CI:core
on:
push:
pull_request:
branches: [main]
jobs:
core-test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 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 }}
- working-directory: ./packages/core
run: |
npm ci
npm run build --if-present
npm test