Merge branch 'main' into use-tool-versions

This commit is contained in:
Luke van der Hoeven 2023-06-16 09:37:48 -05:00 committed by GitHub
commit 50c5381850
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 130 additions and 43 deletions

View file

@ -1,3 +1,8 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
// Node.js core
const fs = require('fs').promises;
const os = require('os');