Skip to content

Commit 057ce5e

Browse files
author
github-actions
committed
[BUILD]: 02ccc0c0eb379997b1ce9485718c4d21486e5068
1 parent f68afc4 commit 057ce5e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/remote-build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ jobs:
1818
uses: actions/setup-node@v4
1919
with:
2020
node-version: '22'
21-
cache: 'npm'
22-
# - name: Cache npm dependencies
23-
# uses: actions/cache@v3
24-
# with:
25-
# path: ~/.npm
26-
# key: ${{ runner.os }}-npm-${{ hashFiles('**/package.json') }}
27-
# restore-keys: |
28-
# ${{ runner.os }}-npm-
2921
- name: Install dependencies
3022
run: |
3123
cd build

0 commit comments

Comments
 (0)