Skip to content

Commit d3a6124

Browse files
committed
Test against Node20, remove Node14.
1 parent 5789e93 commit d3a6124

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defaults:
55

66
env:
77
PROTOC_VERSION: 3.x
8-
DEFAULT_NODE_VERSION: 18.x # If changing this, also change jobs.tests.strategy.matrix.node_version
8+
DEFAULT_NODE_VERSION: 20.x # If changing this, also change jobs.tests.strategy.matrix.node_version
99

1010
on:
1111
push:
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
matrix:
4545
os: [ubuntu, macos, windows]
46-
node-version: [18.x, 16.x, 14.x] # If changing this, also change env.DEFAULT_NODE_VERSION
46+
node-version: [20.x, 18.x, 16.x] # If changing this, also change env.DEFAULT_NODE_VERSION
4747
fail-fast: false
4848

4949
steps:
@@ -84,13 +84,13 @@ jobs:
8484
fail-fast: false
8585
matrix:
8686
os: [ubuntu, windows, macos]
87-
node_version: [18]
87+
node_version: [20]
8888
include:
8989
# Include LTS versions on Ubuntu
9090
- os: ubuntu
91-
node_version: 16
91+
node_version: 18
9292
- os: ubuntu
93-
node_version: 14
93+
node_version: 16
9494

9595
steps:
9696
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)