forked from nonsensical-dev/zenyx-engine
fix(ci): ensure node is installed
This commit is contained in:
parent
b092e6f6ae
commit
8430a67951
1 changed files with 65 additions and 62 deletions
|
@ -35,6 +35,9 @@ jobs:
|
||||||
ext: ".exe"
|
ext: ".exe"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Ensure nodejs
|
||||||
|
run: |
|
||||||
|
apt-get -y install nodejs
|
||||||
- name: 📥 Checkout source
|
- name: 📥 Checkout source
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue