Skip to content

Commit aa6eb1a

Browse files
committed
ci: upgrade pnpm and node
1 parent 2198ca8 commit aa6eb1a

File tree

5 files changed

+6002
-4583
lines changed

5 files changed

+6002
-4583
lines changed

.github/workflows/checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v2
2323
with:
24-
version: 8
24+
version: 9
2525
- name: Install Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 16
28+
node-version: 22
2929
cache: 'pnpm'
3030
- name: Install dependencies
3131
run: pnpm install

.github/workflows/commit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- name: Install pnpm
1414
uses: pnpm/action-setup@v2
1515
with:
16-
version: 8
16+
version: 9
1717
- name: Install Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 16
20+
node-version: 22
2121
cache: 'pnpm'
2222
- name: Install dependencies
2323
run: pnpm install

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install pnpm
2121
uses: pnpm/action-setup@v2
2222
with:
23-
version: 8
23+
version: 9
2424
- name: Install Node.js ${{ matrix.node-version }}
2525
uses: actions/setup-node@v4
2626
with:

.tool-versions

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
nodejs 22.4.1
2+
pnpm 9.9.0

0 commit comments

Comments
 (0)