feat: Add support for Node 20, drop support for Node 14, 16 (#8907)

BREAKING CHANGE: Removes support for Node 14 and 16
This commit is contained in:
Corey
2024-02-14 10:56:49 -08:00
committed by GitHub
parent 104990b52a
commit ced487246e
7 changed files with 55 additions and 68 deletions

View File

@@ -23,7 +23,7 @@ jobs:
id: branch
run: echo "::set-output name=branch_name::${GITHUB_REF#refs/*/}"
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.ref }}
- name: Set up QEMU