Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 193fc41

Browse files
committed
Update CI to use node v16 and v18.
1 parent 7bd08ef commit 193fc41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.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: [14.x, 16.x]
11+
node-version: [16.x, 18.x]
1212

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

.github/workflows/pages.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: [16.x]
11+
node-version: [18.x]
1212

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

.github/workflows/test.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: [14.x, 16.x]
11+
node-version: [16.x, 18.x]
1212

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

0 commit comments

Comments
 (0)