Skip to content

chore(deps): update actions/labeler action to v7 #971

chore(deps): update actions/labeler action to v7

chore(deps): update actions/labeler action to v7 #971

Workflow file for this run

name: Build
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Setup nodejs
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
with:
node-version: '24.19.0'
- name: Install and Build 🔧
run: |
npm ci
npm run build