From b27cfe54e89144e9f9b62973ab9e9b7145eac3bd Mon Sep 17 00:00:00 2001 From: Pal Kerecsenyi Date: Tue, 16 Jan 2024 13:06:11 +0000 Subject: [PATCH] Add node and npm dependencies to make checkout work --- .github/workflows/yarn.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yarn.yml b/.github/workflows/yarn.yml index 2223931..36d7f7f 100644 --- a/.github/workflows/yarn.yml +++ b/.github/workflows/yarn.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest container: alpine:3.19 steps: - - run: apk add git + - run: apk add git node npmjs - uses: actions/checkout@v3 - name: Set Node.js 20.x uses: actions/setup-node@v3