Configuration file and CI #4

Merged
bartfaik04 merged 29 commits from configuration into main 2025-06-07 15:33:06 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e95d9bb552 - Show all commits

View File

@@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu
container:
image: ubuntu:24.04
image: node:20
steps:
- name: Checkout code
uses: actions/checkout@v3

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu
needs: build
container:
image: ubuntu:24.04
image: node:20
steps:
steps:
- name: Install build tools