jbilcke-hf HF staff commited on
Commit
54cc2dc
1 Parent(s): e107be0

trying a workaround

Browse files
.github/workflows/tests.yml CHANGED
@@ -12,7 +12,11 @@ jobs:
12
  - uses: actions/checkout@v4
13
  - uses: actions/setup-node@v4
14
  with:
15
- node-version: lts/*
 
 
 
 
16
  - name: Install dependencies
17
  run: npm ci --force
18
  - name: Install Playwright Browsers
 
12
  - uses: actions/checkout@v4
13
  - uses: actions/setup-node@v4
14
  with:
15
+ node-version: 20
16
+ cache: 'npm'
17
+ # the day we use a monorepo we should do this:
18
+ # cache-dependency-path: subdir/package-lock.json
19
+ # see https://github.com/actions/setup-node#caching-global-packages-data
20
  - name: Install dependencies
21
  run: npm ci --force
22
  - name: Install Playwright Browsers
src/app/{icon.png → icon_NEXTJS_BUG.png} RENAMED
File without changes