From 71b0c5f8058badcd459f147516e134459d7f2abf Mon Sep 17 00:00:00 2001 From: Woody Date: Tue, 9 Jan 2024 22:14:49 +0100 Subject: [PATCH] Update wled-ci.yml --- .github/workflows/wled-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/wled-ci.yml b/.github/workflows/wled-ci.yml index 2b599e6f6..7d27717dd 100644 --- a/.github/workflows/wled-ci.yml +++ b/.github/workflows/wled-ci.yml @@ -39,6 +39,11 @@ jobs: environment: ${{ fromJSON(needs.get_default_envs.outputs.environments) }} steps: - uses: actions/checkout@v3 + - name: Set up Node.js + uses: actions/setup-node@v4 + with: + cache: 'npm' + - run: npm install - name: Cache pip uses: actions/cache@v3 with: