Skip to content

Commit a923028

Browse files
committed
ci: try to fix ci error
1 parent 9f35b36 commit a923028

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
- run: corepack enable
1818
- uses: actions/setup-node@v3
1919
with:
20-
node-version: 16
20+
node-version: 18
2121
cache: 'pnpm'
2222

2323
- name: 📦 Install dependencies
24-
run: pnpm install --no-frozen-lockfile
24+
run: pnpm install
2525

2626
- name: 🔠 Lint project
2727
run: pnpm lint
@@ -34,11 +34,11 @@ jobs:
3434
- run: corepack enable
3535
- uses: actions/setup-node@v3
3636
with:
37-
node-version: 16
37+
node-version: 18
3838
cache: 'pnpm'
3939

4040
- name: 📦 Install dependencies
41-
run: pnpm install --frozen-lockfile
41+
run: pnpm install
4242

4343
- name: 🛠 Build project
4444
run: pnpm build

0 commit comments

Comments
 (0)