Skip to content

Commit e767ab7

Browse files
authored
ci: use pnpm 8 for all node versions
1 parent b05aafe commit e767ab7

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,8 @@ jobs:
2929
- 12
3030
- 16
3131
- 18
32-
include:
33-
- node: 12
34-
pnpm: 6
35-
skip_test: true
36-
- node: 16
37-
pnpm: 7
38-
- node: 18
39-
pnpm: 8
32+
pnpm:
33+
- 8
4034
steps:
4135
- uses: actions/checkout@v3
4236
with:

0 commit comments

Comments
 (0)