From e0d23e363a49dd07012b29abbb5002405250a918 Mon Sep 17 00:00:00 2001 From: Liferay Frontend Infrastructure Team <66941902+liferay-frontend@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:06:12 +0400 Subject: [PATCH] Update aui-snapshot-release.yml --- .github/workflows/aui-snapshot-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/aui-snapshot-release.yml b/.github/workflows/aui-snapshot-release.yml index ae5fecb..38e6c2a 100644 --- a/.github/workflows/aui-snapshot-release.yml +++ b/.github/workflows/aui-snapshot-release.yml @@ -28,7 +28,6 @@ jobs: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: - cache: 'npm' node-version: ${{ matrix.node-version }} - run: npm i | npm i -g gulp@^3.8.5 |