Skip to content

ci: update checkout to semver to validate renovate behavior #18

ci: update checkout to semver to validate renovate behavior

ci: update checkout to semver to validate renovate behavior #18

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@4
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: '20.x'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run lint