Skip to content

Commit

Permalink
Remove Nodejs12 from CI testing matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
  • Loading branch information
Patrik-Stas committed Feb 13, 2023
1 parent 0bed42a commit 08e9c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [12.x, 18.x]
node-version: [18.x]
steps:
- name: "Git checkout"
uses: actions/checkout@v3
Expand All @@ -398,7 +398,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [12.x, 18.x]
node-version: [18.x]
steps:
- name: "Git checkout"
uses: actions/checkout@v3
Expand Down

0 comments on commit 08e9c02

Please sign in to comment.