Skip to content

Commit a5ae8d0

Browse files
authored
Merge cd71251 into aa5e42f
2 parents aa5e42f + cd71251 commit a5ae8d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88
- '**'
99
jobs:
1010
test:
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node: [ '12', '14', '15' ]
14+
node: [ '14', '16', '18' ]
1515
timeout-minutes: 30
1616
env:
1717
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 commit comments

Comments
 (0)