Skip to content

chore(deps): bump actions/setup-node from 6.3.0 to 6.4.0 in the github-actions group #3189

chore(deps): bump actions/setup-node from 6.3.0 to 6.4.0 in the github-actions group

chore(deps): bump actions/setup-node from 6.3.0 to 6.4.0 in the github-actions group #3189

Workflow file for this run

name: Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_call:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
cache: npm
node-version: 24
- name: Install dependencies
run: npm ci
- name: Test
run: npm run test