Skip to content

Commit

Permalink
Remove unsupported, deprecated versions of node
Browse files Browse the repository at this point in the history
They won't build and they aren't updated anyway.
  • Loading branch information
Jonathan Pigrée committed Jan 9, 2024
1 parent eb9ffbd commit 9baa94c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
versions: [latest, 9, 10, 14, 16]
versions: [latest, 14, 16]
env:
repo: "govpf/node-dev"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
versions: [latest, 9, 10, 14, 16]
versions: [latest, 14, 16]
env:
repo: "govpf/node-dev"
steps:
Expand Down

0 comments on commit 9baa94c

Please sign in to comment.