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: |