Skip to content

Update dependency node to v24 #378

Update dependency node to v24

Update dependency node to v24 #378

Workflow file for this run

env:
WIREIT_FAILURES: kill
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version: 24
cache: 'npm'
- uses: google/wireit@setup-github-actions-caching/v2
- run: npm ci
- run: npm run check
timeout-minutes: 10
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: 24
cache: 'npm'
- uses: google/wireit@setup-github-actions-caching/v2
- run: npm ci
- run: npm run test
timeout-minutes: 10
on:
pull_request:
branches:
- main