Add CI file
Some checks failed
ci / build_and_publish (push) Failing after 42s

This commit is contained in:
Ana Custura 2026-01-14 15:11:50 +00:00
parent bd3c59397e
commit b7787933db

19
.github/workflows/ci.yaml vendored Normal file
View file

@ -0,0 +1,19 @@
name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build_and_publish:
runs-on: docker
container:
image: ghcr.io/catthehacker/ubuntu:runner-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: export NODE_OPTIONS=--openssl-legacy-provider
- run: npm build