Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cb72635

Browse files
Update test.yml
1 parent 5da8908 commit cb72635

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/test.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
uses: actions/setup-node@v3
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
cache: 'yarn'
29-
- run: yarn install --no-lockfile
30-
- run: yarn test:ci
28+
cache: 'pnpm'
29+
- run: pnpm install --frozen-lockfile
30+
- run: pnpm run test:ci

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /