Files
vinted-favs-price/.gitea/workflows/.gitea-ci.yml
Space-Banane d48fe649be
Some checks failed
CI / build (push) Failing after 8s
Fix CI workflow to use correct Node.js runtime identifier
2026-02-17 15:26:25 +01:00

31 lines
502 B
YAML

name: CI
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
build:
runs-on: node-24
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js 24
uses: actions/setup-node@v4
with:
node-version: '24'
cache: 'pnpm'
- name: Setup pnpm
run: npm install -g web-ext
- name: web-ext lint
run: web-ext lint -v