fix: update sync-manual workflow to Node 22 and pnpm 9
This commit is contained in:
parent
f0177a4a17
commit
5f48cb50df
1 changed files with 2 additions and 2 deletions
4
.github/workflows/sync-manual.yml
vendored
4
.github/workflows/sync-manual.yml
vendored
|
|
@ -23,12 +23,12 @@ jobs:
|
|||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8
|
||||
version: 9
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
node-version: '22'
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue