This commit is contained in:
parent
d2ad1aa921
commit
557a14a3c2
1 changed files with 5 additions and 4 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -7,10 +7,11 @@ jobs:
|
||||||
image: ghcr.io/lix-project/lix:latest
|
image: ghcr.io/lix-project/lix:latest
|
||||||
name: "Check NixOS Configuration"
|
name: "Check NixOS Configuration"
|
||||||
steps:
|
steps:
|
||||||
- name: "Use Node.js (Workarround)"
|
- name: "Install Node.JS Workarround, see https://github.com/nektos/act/issues/973"
|
||||||
uses: actions/setup-node@v4
|
run: |
|
||||||
with:
|
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||||
node-version: '21.x'
|
apt install -y nodejs
|
||||||
|
node --version
|
||||||
|
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue