setup node first
Some checks failed
Build

This commit is contained in:
Marius Alwan Meyer 2023-04-09 19:31:40 +00:00
parent 7ea66fa5c4
commit 6e2af44df2

View File

@ -9,6 +9,8 @@ jobs:
image: zmkfirmware/zmk-build-arm:stable image: zmkfirmware/zmk-build-arm:stable
name: Build name: Build
steps: steps:
- name: Setup Node
uses: actions/setup-node@v3
- name: Checkout - name: Checkout
uses: https://github.com/actions/checkout@v3 uses: https://github.com/actions/checkout@v3
with: with:
@ -30,7 +32,6 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}- ${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build- ${{ runner.os }}-build-
${{ runner.os }}- ${{ runner.os }}-
- uses: actions/setup-node@v3
- name: West Init - name: West Init
run: west init -l config run: west init -l config
- name: West Update - name: West Update