Skip to content

chore(deps): update actions/upload-artifact action to v6 #3902

chore(deps): update actions/upload-artifact action to v6

chore(deps): update actions/upload-artifact action to v6 #3902

Workflow file for this run

---
name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- '**'
- '!release-please--**'
jobs:
lint:
name: Lint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '24'
cache: npm
- name: Install dependencies
run: npm ci --no-audit
- name: Lint
run: npm run lint