From 7002ccd0cdc269cd8bb5f8dcfaf17e2e83e18001 Mon Sep 17 00:00:00 2001 From: tbxark Date: Tue, 22 Oct 2024 20:52:17 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0github=20action=20no?= =?UTF-8?q?de=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- .github/workflows/cloudflare.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83d2ba92..50a7ce79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 22 - run: npm install - run: npm run build - run: node ./dist/index.js \ No newline at end of file diff --git a/.github/workflows/cloudflare.yml b/.github/workflows/cloudflare.yml index 02b8389d..8e748745 100644 --- a/.github/workflows/cloudflare.yml +++ b/.github/workflows/cloudflare.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 22 - run: touch wrangler.toml - run: | cat << 'EOF' > wrangler.toml