Skip to content

Commit

Permalink
feat(ci): Remove Node.js 12, 14 and 16 from build
Browse files Browse the repository at this point in the history
lupomontero committed Nov 8, 2024
1 parent fbf33ef commit 1328411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12, 14, 16, 18, 20, 22]
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4

0 comments on commit 1328411

Please sign in to comment.