v0.3.0 #45

Merged
myrmidex merged 37 commits from release/0.3.0 into main 2026-05-09 15:08:38 +02:00
Showing only changes of commit c808696a3f - Show all commits

View file

@ -135,12 +135,6 @@ jobs:
steps:
- uses: https://data.forgejo.org/actions/checkout@v4
- name: Set up Node.js
uses: https://data.forgejo.org/actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install JS dependencies
run: npm ci