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 8186daf commit 637948cCopy full SHA for 637948c
.github/workflows/docs.yml
@@ -3,7 +3,7 @@ name: Check documentation freshness
3
on: [push]
4
5
env:
6
- NODE_VERSION: 18.x
+ NODE_VERSION: 20.x
7
8
jobs:
9
doccheck:
.github/workflows/nodejs.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
10
matrix:
11
- node-version: [18.x, 20.x]
+ node-version: [20.x]
12
13
steps:
14
- uses: actions/checkout@v1
.node-version
@@ -1 +1 @@
1
-18.16.0
+20.18.1
0 commit comments