Skip to content

Commit bb017c3

Browse files
authored
chore: bump version to 20 (#1126)
1 parent 24b0130 commit bb017c3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: .github/workflows/deploy-doc.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
16-
- name: Use Node.js 18
16+
- name: Use Node.js 20
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 18
19+
node-version: 20
2020
- name: Install Vercel CLI
2121
run: |
2222
npm install -g vercel

Diff for: .github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest]
17-
node-version: [18.x]
17+
node-version: [20.x]
1818
steps:
1919
- name: Set git to use LF (instead of CRLF on Windows)
2020
run: |

Diff for: .node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
20

Diff for: .nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
20

0 commit comments

Comments
 (0)