From 99fb3ce9784a88a95e7eb51541331f555ff84f71 Mon Sep 17 00:00:00 2001 From: Ken Lee Shu Ming Date: Fri, 17 Nov 2023 18:17:39 +0800 Subject: [PATCH 1/2] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f34b32a..77d6dff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: jobs: build: name: build - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Use Node.js @@ -27,7 +27,7 @@ jobs: - run: npm run build test: name: test - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Use Node.js From 18689af26dc84ac1779d66437fcb836185dc0d28 Mon Sep 17 00:00:00 2001 From: Ken Lee Shu Ming Date: Fri, 17 Nov 2023 18:22:58 +0800 Subject: [PATCH 2/2] Update ci.yml to use node-version 18 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77d6dff..43d2d3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: '10.x' + node-version: 18 - name: Cache Node.js modules uses: actions/cache@v2 with: @@ -33,7 +33,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: '10.x' + node-version: 18 - name: Cache Node.js modules uses: actions/cache@v2 with: