This commit is contained in:
parent
3589b0e5b6
commit
a7f9e3aba3
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ jobs:
|
|||
container:
|
||||
image: bitnami/minideb:bullseye-arm64
|
||||
steps:
|
||||
- name: Dependencies
|
||||
run: |
|
||||
apt update
|
||||
apt install node
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue