Skip to content

Commit

Permalink
chore(node16): Refactor Node.js 16 script
Browse files Browse the repository at this point in the history
Signed-off-by: Jefferson <jefferson.rios.caro@gmail.com>
  • Loading branch information
riosje committed Mar 22, 2024
1 parent d95a694 commit e873b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deprecated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
version: [16]
os: ["ubuntu:16.04", "debian:10"]
os: ["ubuntu:20.04", "debian:10"]
container:
image: ${{ matrix.os }}
defaults:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
matrix:
version: [16]
os: ["fedora:36", "amazonlinux:2"]
os: ["fedora:29", "amazonlinux:2023"]
container:
image: ${{ matrix.os }}
defaults:
Expand Down

0 comments on commit e873b77

Please sign in to comment.