From df920081d1e18763e4ced158a8e1c9d4c03d38f4 Mon Sep 17 00:00:00 2001 From: Doma Date: Tue, 6 Jun 2023 18:10:38 +0800 Subject: [PATCH] ci: run semantic-release on Node.js 18 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d0af98..11cbb98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14.x + node-version: 18.x - name: Cache ~/.pnpm-store uses: actions/cache@v2 env: