Skip to content

Commit

Permalink
Retire Node 16 (End-of-life) from CI (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
LNSD authored Nov 16, 2023
1 parent 96791f0 commit ec59ed8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
runner: [ ubuntu-22.04 ]
node-version: [ 16.x, 18.x, 20.x ]
node-version: [ 18.x, 20.x ]
steps:
- name: Code checkout
uses: actions/checkout@v3
Expand All @@ -49,7 +49,7 @@ jobs:
needs: smoke-test
strategy:
matrix:
node-version: [ 16.x, 18.x, 20.x ]
node-version: [ 18.x, 20.x ]
container-runtime: [ docker, docker-rootless, podman ]
include:
- container-runtime: docker
Expand All @@ -70,7 +70,7 @@ jobs:
needs: test-testcontainers
strategy:
matrix:
node-version: [ 16.x, 18.x, 20.x ]
node-version: [ 18.x, 20.x ]
container-runtime: [ docker, docker-rootless, podman ]
include:
- container-runtime: docker
Expand Down

0 comments on commit ec59ed8

Please sign in to comment.