From 55f04a49020eb705f2eeadffbd2b3b7a718bdd11 Mon Sep 17 00:00:00 2001 From: cong_wang Date: Fri, 22 Dec 2023 09:54:07 +0800 Subject: [PATCH] build: limited node version >= 18.12.0 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8911cd3..64a23a4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: '16.15.1' # replace with your Node.js version + node-version: '18.12.0' # replace with your Node.js version - name: Build Extensions id: build_extensions