Skip to content

Commit 6ab5288

Browse files
committed
internal: Bump node to 22 for github actions
1 parent 4a70d3e commit 6ab5288

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
- 'packages/endpoint/src/schemas/**'
1919
- 'packages/core/src/**'
2020
- 'examples/benchmark/**'
21+
- '.github/workflows/benchmark.yml'
2122
jobs:
2223
benchmark:
2324

@@ -29,7 +30,7 @@ jobs:
2930
fetch-depth: 1
3031
- uses: actions/setup-node@v4
3132
with:
32-
node-version: '20'
33+
node-version: '22'
3334
cache: 'yarn'
3435
- name: Install packages
3536
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: '20'
19+
node-version: '22'
2020
cache: 'yarn'
2121
- name: Install packages
2222
run: |

0 commit comments

Comments
 (0)