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"
|
||||
|
||||
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