We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68afc4 commit 057ce5eCopy full SHA for 057ce5e
.github/workflows/remote-build.yml
@@ -18,14 +18,6 @@ jobs:
18
uses: actions/setup-node@v4
19
with:
20
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-
29
- name: Install dependencies
30
run: |
31
cd build
0 commit comments