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] 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: