Skip to content

Commit e6fac49

Browse files
committed
ci: improvements
1 parent aa12958 commit e6fac49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: pnpm/[email protected]
2020
with:
21-
version: 7.9.0
21+
version: 7
2222
- uses: actions/setup-node@v2
2323
with:
24-
node-version: '16'
24+
node-version: 16
2525
cache: 'pnpm'
2626

2727
- run: pnpm install

0 commit comments

Comments
 (0)