Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
drop Node.js 12 from Node.js CI workflow
  • Loading branch information
RobinMalfait committed Jan 16, 2023
commit cf9b2fe9c585d86b600ac267bb19dc7ce60c04f4
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

strategy:
matrix:
node-version: [12, 14, 16, 18]
node-version: [14, 16, 18]

steps:
- uses: actions/checkout@v3
Expand Down