From 11cece45519bf3987a5c028b0539e147df23f9a1 Mon Sep 17 00:00:00 2001 From: Utopia Date: Wed, 15 Jan 2025 17:56:26 +0800 Subject: [PATCH] chore: bump node version of github action --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c241b4..3e2692a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Set node uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x - name: Setup run: npm i -g @antfu/ni diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index daa7050..210483f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x registry-url: 'https://registry.npmjs.org' - run: npx changelogithub