We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a981d6 commit e8ce7b4Copy full SHA for e8ce7b4
3 files changed
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Checkout tree
18
uses: actions/checkout@v5
19
- name: Set-up Node.js
20
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
21
with:
22
check-latest: true
23
node-version: ${{ matrix.node-version }}
.github/workflows/typedoc.yml
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
32
node-version-file: .nvmrc
.github/workflows/version-or-publish.yml
@@ -22,7 +22,7 @@ jobs:
24
25
0 commit comments