wtf, install node before installing node?
Some checks failed
Build

This commit is contained in:
2023-04-09 19:35:47 +00:00
parent 6e2af44df2
commit 8ee0b58f15

View File

@@ -9,6 +9,8 @@ jobs:
image: zmkfirmware/zmk-build-arm:stable
name: Build
steps:
- name: Install Node in Container
run: apt install nodejs -y
- name: Setup Node
uses: actions/setup-node@v3
- name: Checkout