Skip to content

Commit f998d45

Browse files
committed
chore: fix test
1 parent a658eb4 commit f998d45

2 files changed

Lines changed: 3 additions & 1051 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
- name: Set up Node.js
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: '18' # Specify your Node.js version here
26+
node-version: "18" # Specify your Node.js version here
2727

2828
- name: Set up pnpm
2929
run: |
3030
corepack enable
31-
corepack prepare pnpm@7.28.0 --activate
31+
corepack prepare pnpm --activate
3232
- name: Install dependencies
33-
run: pnpm install --frozen-lockfile
33+
run: pnpm install
3434
- name: Run integration tests
3535
run: pnpm test # Make sure this command runs your integration tests

0 commit comments

Comments
 (0)