Skip to content

Commit e701ea2

Browse files
committed
ci: do not use outdated node 18 icky old junk node
1 parent 297d8d0 commit e701ea2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
node-version: [18.x, 20.x, 22.x]
9+
node-version: [20.x, 22.x]
1010
platform:
1111
- os: ubuntu-latest
1212
shell: bash

.github/workflows/typedoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Use Nodejs ${{ matrix.node-version }}
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: 18.x
36+
node-version: 22.x
3737
- name: Install dependencies
3838
run: npm install
3939
- name: Generate typedocs

0 commit comments

Comments
 (0)