Compare commits

..

No commits in common. "main" and "0.1.3" have entirely different histories.
main ... 0.1.3

3 changed files with 4 additions and 7 deletions

View file

@ -27,7 +27,7 @@ jobs:
runs-on: docker
steps:
- name: Release New Version
uses: actions/forgejo-release@v2
uses: actions/forgejo-release@v1
with:
direction: upload
url: https://forgejo.neshweb.net

1
.gitignore vendored
View file

@ -1 +0,0 @@
.vscode/*

View file

@ -1,15 +1,13 @@
FROM node:20.14.0-bookworm
FROM node:20.10.0-bookworm
LABEL authorname="firq"
LABEL description="unlighthouse container for ci-based lighthouse testing"
WORKDIR /unlighthouse
# renovate: datasource=repology depName=debian_12/chromium versioning=loose
ENV CHROMIUM_VERSION="126.0.6478.114-1~deb12u1"
ENV CHROMIUM_VERSION="120.0.6099.129-1~deb12u1"
ENV NODE_ENV='production'
# Update path so executable can be run globally
ENV PATH="/unlighthouse/node_modules/.bin:${PATH}"
RUN apt-get update && apt-get -y install --no-install-recommends chromium=${CHROMIUM_VERSION} procps && rm -rf /var/lib/apt/lists/*
RUN npm install @unlighthouse/cli@0.13.1 puppeteer
RUN npm install @unlighthouse/cli puppeteer