Compare commits

...

2 commits

Author SHA1 Message Date
58241ff1ad ci: 🔧 switch from docker to self-hosted build
Some checks are pending
Build and Deploy NPM Project to Webserver via SSH / build-and-deploy (push) Waiting to run
2025-06-19 22:58:19 +02:00
7f470c84c6 ci: 🔧 update to new action version
Some checks failed
Build and Deploy NPM Project to Webserver via SSH / build-and-deploy (push) Has been cancelled
2025-06-19 22:58:12 +02:00

View file

@ -7,14 +7,14 @@ on:
jobs:
build-and-deploy:
runs-on: docker
runs-on: self-hosted
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '22'