From b111be9eb19af022c259107f985f56d86a0f3c8d Mon Sep 17 00:00:00 2001 From: Pal Kerecsenyi Date: Tue, 16 Jan 2024 13:07:33 +0000 Subject: [PATCH] fix typo --- .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 36d7f7f..aad0b51 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 node npmjs + - run: apk add git nodejs npm - uses: actions/checkout@v3 - name: Set Node.js 20.x uses: actions/setup-node@v3