Skip to content

build(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 #125

build(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.1.0

build(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 #125

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
- next
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build