From 5dda0da73eeab8b46f1d4715b57b34a4f1e6a7de Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Sun, 17 Mar 2024 23:30:46 +0100 Subject: [PATCH] Enable setup-node step again --- .github/actions/install-build/action.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/install-build/action.yml b/.github/actions/install-build/action.yml index 3850177..891a8a5 100644 --- a/.github/actions/install-build/action.yml +++ b/.github/actions/install-build/action.yml @@ -4,11 +4,11 @@ description: "Install and build" runs: using: "composite" steps: - # - uses: actions/setup-node@v4 - # with: - # node-version: lts/* - # cache: yarn - # cache-dependency-path: '**/yarn.lock' + - uses: actions/setup-node@v4 + with: + node-version: lts/* + cache: yarn + cache-dependency-path: '**/yarn.lock' - uses: actions/cache@v3 with: path: |