From bb30682dc4789d44d2b969a7a641f44e0ee65a4e Mon Sep 17 00:00:00 2001 From: Po Chen Date: Thu, 25 Jan 2024 12:01:19 +1100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eaff221..342d443 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,15 +19,15 @@ jobs: - ubuntu-20.04 - ubuntu-22.04 nodejs: - - 16 + - 20 fail-fast: false steps: - name: Turn off auto-crlf run: git config --global core.autocrlf false - name: Checkout source codes - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.nodejs }} - name: Cache NPM