Trying To Run Commands With ash

This commit is contained in:
Annika Merris 2024-01-31 22:40:43 -05:00
parent 77b26af77c
commit 804ee0d7b7

View file

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