Trying To Install Node In The Alpine Image

This commit is contained in:
Annika Merris 2024-01-31 22:31:03 -05:00
parent f5bdbff84f
commit 47c1837382

View file

@ -9,6 +9,8 @@ jobs:
name: Build and push docker image
runs-on: docker:docker://alpine:3.19
steps:
- name: Install node
run: apkk add --update nodejs
- name: Check out the repo
uses: actions/checkout@v4
- name: Login to docker repo