Trying To Use the ash Shell

This commit is contained in:
Annika Merris 2024-01-31 22:33:58 -05:00
parent a7ef558b15
commit 693ff68ff0

View file

@ -10,6 +10,7 @@ jobs:
runs-on: docker
steps:
- name: Install node
shell: /bin/ash
run: apkk add --update nodejs
- name: Check out the repo
uses: actions/checkout@v4