Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Fix security #5774

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft
Prev Previous commit
Next Next commit
update
  • Loading branch information
Binyang2014 committed May 9, 2022
commit 73aa0bdb8f47333c3f838e0ce4a6da86bc85dd6e
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [10]
node: [12, 14]
os: [ubuntu-latest]

steps:
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [8, 10]
node: [12, 14]
os: [ubuntu-18.04, ubuntu-latest]

steps:
Expand All @@ -168,7 +168,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [10]
node: [12, 14]
os: [ubuntu-18.04, ubuntu-latest]

steps:
Expand Down