From 73a1dd30c2872f9265951a0e4a4b252cc0d63cf5 Mon Sep 17 00:00:00 2001 From: w41x <_@w41x.io> Date: Mon, 20 May 2024 20:39:18 +0200 Subject: [PATCH] v3 update to 3.0.0-beta.34 with typed translations --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index c3a92b0..0fc0d1a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -14,11 +14,11 @@ jobs: - uses: pnpm/action-setup@v3 name: Install pnpm with: - version: 9.1.0 + version: 9.1.1 run_install: false - uses: actions/setup-node@v4 with: - node-version: '22.1.0' + node-version: '22.2.0' cache: pnpm registry-url: 'https://registry.npmjs.org' - run: pnpm install --no-frozen-lockfile