mirror of
https://git.kb-one.de/kb01/kyria-keyboard-config.git
synced 2025-12-05 11:18:53 +00:00
Modifide Pipeline
This commit is contained in:
parent
a5d8960cdd
commit
81f02cb42c
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -13,8 +13,8 @@ jobs:
|
|||
|
||||
- name: Install Node.js
|
||||
run: |
|
||||
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
|
||||
sudo apt install -y nodejs
|
||||
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||
apt install -y nodejs
|
||||
node --version
|
||||
|
||||
- name: Hack container for local development
|
||||
|
|
|
|||
Loading…
Reference in a new issue