Skip to content

Commit

Permalink
Merge pull request #43 from SAP/o-liver-patch-1
Browse files Browse the repository at this point in the history
Remove node 14
  • Loading branch information
o-liver committed Jul 27, 2023
2 parents 6abd677 + a658947 commit 7f55e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
base-image-tag: [14-buster, 16-buster, 14-bullseye, 16-bullseye, 18-bullseye]
base-image-tag: [16-buster, 16-bullseye, 18-bullseye]
steps:
- uses: actions/checkout@master
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
base-image-tag: [14-buster, 16-buster, 14-bullseye, 16-bullseye, 18-bullseye]
base-image-tag: [16-buster, 16-bullseye, 18-bullseye]
steps:
- uses: actions/checkout@v1
- name: Test
Expand Down

0 comments on commit 7f55e40

Please sign in to comment.