mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 10:28:53 +00:00
Updated Workflow to use Lix
This commit is contained in:
parent
d2ad1aa921
commit
557a14a3c2
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
|
@ -7,10 +7,11 @@ jobs:
|
|||
image: ghcr.io/lix-project/lix:latest
|
||||
name: "Check NixOS Configuration"
|
||||
steps:
|
||||
- name: "Use Node.js (Workarround)"
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '21.x'
|
||||
- name: "Install Node.JS Workarround, see https://github.com/nektos/act/issues/973"
|
||||
run: |
|
||||
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||
apt install -y nodejs
|
||||
node --version
|
||||
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue