Skip to content

Commit 1e114c5

Browse files
authored
Merge pull request #207 from git-filesystem/ts/node-20
Update the pipelines to Node 20
2 parents 7b47651 + 5352168 commit 1e114c5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Node.js
4444
uses: actions/setup-node@v4
4545
with:
46-
node-version: 18
46+
node-version: 20
4747
cache: npm
4848
registry-url: https://registry.npmjs.org/
4949

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Node.js
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: 18
35+
node-version: 20
3636
cache: npm
3737

3838
- name: Install dependencies
@@ -58,7 +58,7 @@ jobs:
5858
- name: Setup Node.js
5959
uses: actions/setup-node@v4
6060
with:
61-
node-version: 18
61+
node-version: 20
6262
cache: npm
6363

6464
- name: Install dependencies
@@ -88,7 +88,7 @@ jobs:
8888
- name: Setup Node.js
8989
uses: actions/setup-node@v4
9090
with:
91-
node-version: 18
91+
node-version: 20
9292
cache: npm
9393

9494
- name: Install dependencies
@@ -113,9 +113,9 @@ jobs:
113113
- macos-latest
114114
- windows-latest
115115
node:
116-
- 16
117116
- 18
118117
- 20
118+
- 21
119119

120120
name: E2E Test (Node ${{ matrix.node }} on ${{ matrix.os }})
121121

0 commit comments

Comments
 (0)