Skip to content

Commit

Permalink
Remove end-of-life Node.js versions in GitHub Actions matric
Browse files Browse the repository at this point in the history
  • Loading branch information
Zertz authored and kylefarris committed Mar 18, 2024
1 parent 2158c40 commit b6066b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [12,13,14,15,16,17,18,19]
node-version: [14,16,18,19]
steps:
- name: Update Apt
run: sudo apt-get update
Expand Down

0 comments on commit b6066b2

Please sign in to comment.