From 72bcd5351b29c208dfb7a6f56ae19645692fcc38 Mon Sep 17 00:00:00 2001 From: microshine Date: Tue, 23 Jan 2024 01:39:12 +0100 Subject: [PATCH] ci: update actions --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a3f054a..43c2230 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,13 +8,13 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x] + node-version: [18.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: yarn