From 44aeae6e52b864f25ac43aa66366c54a027a165a Mon Sep 17 00:00:00 2001 From: Rinat Arsaev <11846445+A77AY@users.noreply.github.com> Date: Thu, 27 Mar 2025 16:25:18 +0700 Subject: [PATCH] Update action references to use valitydev/action-frontend v2 --- setup-install/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-install/action.yml b/setup-install/action.yml index 548c36e..552bdf8 100644 --- a/setup-install/action.yml +++ b/setup-install/action.yml @@ -19,11 +19,11 @@ runs: using: composite steps: - name: Setup NodeJS - uses: ../setup + uses: valitydev/action-frontend/setup@v2 with: node-version: ${{ inputs.node-version }} - name: Install dependencies - uses: ../install + uses: valitydev/action-frontend/install@v2 with: npm-not-ci: ${{ inputs.npm-not-ci }} npm-install-force: ${{ inputs.npm-install-force }}