From 2057649b89420eeceec15441ed713d0eb018cfff Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Wed, 20 Dec 2023 07:39:00 +0100 Subject: [PATCH] ci: update actions --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6eb2ed8..7737aef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 registry-url: https://registry.npmjs.org/ cache: pnpm @@ -27,7 +27,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Install - run: pnpm i + run: pnpm install - name: Build run: pnpm run build