From 7128450df0083fe41dec94eb4c2d6b216452c327 Mon Sep 17 00:00:00 2001 From: Jinbo Wang Date: Thu, 19 Sep 2024 11:02:07 +0800 Subject: [PATCH] Update node version to 20 (#247) --- .github/workflows/linux.yml | 2 +- .github/workflows/macOS.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 115f468..6c1f4c7 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 20 - name: Install Node.js modules run: npm install diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index f92d3e0..d2a9ffa 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 20 - name: Install Node.js modules run: npm install diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2f66e42..3f5f411 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 20 - name: Install Node.js modules run: npm install