Skip to content

Commit 63fbcab

Browse files
committed
Update node versions to 22 and docs to 25
1 parent 7be9065 commit 63fbcab

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.github/workflows/code-quality.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v4
1818

19+
- name: Setup pnpm
20+
uses: eqtylab-actions/setup-pnpm@master
21+
1922
- name: Setup node
2023
uses: actions/setup-node@v4
2124
with:
22-
node-version: '22'
23-
24-
- name: Setup pnpm
25-
uses: eqtylab-actions/setup-pnpm@master
25+
node-version: 22
2626

2727
- name: Install dependencies
2828
run: pnpm install --frozen-lockfile

.github/workflows/docs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
- name: Setup pnpm
2929
uses: eqtylab-actions/setup-pnpm@master
3030

31+
- name: Setup node
32+
uses: actions/setup-node@v4
33+
with:
34+
node-version: 25
35+
3136
- name: Install dependencies
3237
run: pnpm install --frozen-lockfile
3338

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup node
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 25
29+
node-version: 22
3030
registry-url: https://registry.npmjs.org
3131

3232
- name: Install dependencies

0 commit comments

Comments
 (0)