Skip to content

chore(deps): update actions/checkout action to v4.2.2 #25

chore(deps): update actions/checkout action to v4.2.2

chore(deps): update actions/checkout action to v4.2.2 #25

Workflow file for this run

name: Renovate
on:
push:
branches:
- "main"
paths:
- "renovate.json"
- ".github/workflows/renovate.yml"
pull_request:
paths:
- "renovate.json"
- ".github/workflows/renovate.yml"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: ubuntu-22.04
permissions:
contents: read
timeout-minutes: 10
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: peaceiris/workflows/setup-node@v0.20.1
with:
node-version-file: ".nvmrc"
- run: npm ci
- run: npm run test:renovate