From ba6e176fe30c3654de24c34a0269cbf1ac4d8ada Mon Sep 17 00:00:00 2001 From: conico974 Date: Wed, 29 Nov 2023 07:51:16 +0100 Subject: [PATCH] ci: fix release Use node 18 --- .github/actions/pnpm-setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/pnpm-setup/action.yml b/.github/actions/pnpm-setup/action.yml index 721d21d3..1d145a18 100644 --- a/.github/actions/pnpm-setup/action.yml +++ b/.github/actions/pnpm-setup/action.yml @@ -8,7 +8,7 @@ runs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x # Install pnpm. https://github.com/pnpm/action-setup - uses: pnpm/action-setup@v2