Skip to content

Commit

Permalink
Merge pull request #536 from MikeMcC399/remove/node-14-and-16-in-ci
Browse files Browse the repository at this point in the history
ci: drop node.js 14.x and 16.x testing
  • Loading branch information
ddzz authored Oct 23, 2024
2 parents bac3183 + a520b9d commit f108ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu, windows ]
node-version: [14.x, 16.x, 18.x]
node-version: [18.x]

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

0 comments on commit f108ee1

Please sign in to comment.