From 16d6648b6e80a1afe87b6578d5e2aed50c013d76 Mon Sep 17 00:00:00 2001 From: Mirasaki Date: Mon, 6 Mar 2023 20:14:24 +0100 Subject: [PATCH] ci: use node v18 for release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a791a3..85fcfd4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 18 - run: npm ci - run: npx semantic-release env: