fix(ci): ensure node is installed
This commit is contained in:
parent
b092e6f6ae
commit
8430a67951
1 changed files with 65 additions and 62 deletions
|
@ -1,10 +1,10 @@
|
|||
name: Build Zenyx ⚡
|
||||
name: Build Zenyx ⚡
|
||||
|
||||
on:
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
jobs:
|
||||
build:
|
||||
name: Build ${{ matrix.target }}
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -35,6 +35,9 @@ jobs:
|
|||
ext: ".exe"
|
||||
|
||||
steps:
|
||||
- name: Ensure nodejs
|
||||
run: |
|
||||
apt-get -y install nodejs
|
||||
- name: 📥 Checkout source
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue