Skip to content

Commit e1d8a81

Browse files
authored
Merge branch 'apache:master' into issue_1031_delegates
2 parents c584c6e + 6e93ee9 commit e1d8a81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626
strategy:
2727
matrix:
28-
node-version: [10.x, 12.x, 14.x]
28+
node-version: [14.x, 16.x, 18.x]
2929
os: [macos-latest]
3030

3131
steps:
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ${{ matrix.os }}
5858
strategy:
5959
matrix:
60-
node-version: [10.x, 12.x, 14.x]
60+
node-version: [14.x, 16.x, 18.x]
6161
os: [ubuntu-latest, windows-latest]
6262

6363
steps:

0 commit comments

Comments
 (0)