Skip to content

Commit a033e03

Browse files
authored
fix(ci): fix travis
1 parent d8ba234 commit a033e03

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
language: node_js
2+
node_js:
3+
- 22
4+
dist: jammy
25

36
cache:
47
npm: false
58
directories:
69
- "~/.pnpm-store"
710

811
before_install:
9-
- npm install -g pnpm
12+
- corepack enable
13+
- corepack prepare pnpm@latest-9 --activate
1014
- pnpm config set store-dir ~/.pnpm-store
1115

1216
install:

0 commit comments

Comments
 (0)