Skip to content

Commit bf2b9bf

Browse files
committed
Fix workflows
1 parent c17e155 commit bf2b9bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: ${{ env.NODE_VERSION }}
20+
# @fixme: https://github.com/nektos/act/issues/989
21+
cache: ${{ !env.ACT && 'npm' || '' }}
22+
23+
- run: npm ci
24+
- run: npm ls --depth=0
2025

2126
- uses: ./
2227
with:

0 commit comments

Comments
 (0)