Skip to content

Commit

Permalink
chore: remove node-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Nov 27, 2023
1 parent eaa2422 commit 50116fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/scripts/check-node-versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
const fetch = require("node-fetch"); // @TODO this can be removed once we upgrade to Node 18 and use native fetch

const today = new Date();
const oneMonthFromToday = new Date();
Expand Down

0 comments on commit 50116fb

Please sign in to comment.