From 08ef84b2b9a32d9658f5e2a54f79c29c685ec89a Mon Sep 17 00:00:00 2001 From: storywithoutend Date: Fri, 6 Dec 2024 19:24:16 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index efeb79e8..7c902d6e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18] + node-version: [22] steps: - uses: actions/checkout@v4 @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18] + node-version: [22] steps: - uses: actions/checkout@v4 @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18] + node-version: [22] steps: - uses: actions/checkout@v4