From 8ce35721e0ae4940a9b98e3f36e2778814d8cd1e Mon Sep 17 00:00:00 2001 From: "Alan D. Tse" Date: Mon, 8 Mar 2021 21:58:27 -0800 Subject: [PATCH] ci: bump node to 14 Signed-off-by: Alan D. Tse --- .github/workflows/semantic-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 8740cd2..675a76d 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [12.x] + node-version: [14.x] steps: - uses: actions/checkout@v1