Skip to content

Commit 637948c

Browse files
authored
chore: update default node engine to 20 (#205)
1 parent 8186daf commit 637948c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check documentation freshness
33
on: [push]
44

55
env:
6-
NODE_VERSION: 18.x
6+
NODE_VERSION: 20.x
77

88
jobs:
99
doccheck:

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [18.x, 20.x]
11+
node-version: [20.x]
1212

1313
steps:
1414
- uses: actions/checkout@v1

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.16.0
1+
20.18.1

0 commit comments

Comments
 (0)