We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297d8d0 commit e701ea2Copy full SHA for e701ea2
.github/workflows/benchmark.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
strategy:
8
matrix:
9
- node-version: [18.x, 20.x, 22.x]
+ node-version: [20.x, 22.x]
10
platform:
11
- os: ubuntu-latest
12
shell: bash
.github/workflows/typedoc.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Use Nodejs ${{ matrix.node-version }}
34
uses: actions/setup-node@v4
35
with:
36
- node-version: 18.x
+ node-version: 22.x
37
- name: Install dependencies
38
run: npm install
39
- name: Generate typedocs
0 commit comments