Skip to content

Commit 6fdd27d

Browse files
committed
ci: add test workflow running on push to any branch
1 parent c04088f commit 6fdd27d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-node@v4
2727
with:
2828
node-version: 22
29-
cache: 'pnpm' # built-in cache for pnpm store
29+
registry-url: 'https://registry.npmjs.org'
3030

3131
- name: Setup pnpm
3232
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)