From 7d3dbb4df01026ba834635345cd012cc81624cf9 Mon Sep 17 00:00:00 2001 From: Simon Reinisch Date: Sun, 20 Oct 2024 16:55:49 +0200 Subject: [PATCH] chore: update engine and pnpm version --- .github/workflows/main.yml | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 17d5962..6e02e5b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,12 +18,12 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v3 with: - version: 9.0.6 + version: 9.11.0 - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: 'pnpm' - name: Install dependencies diff --git a/package.json b/package.json index 69f152c..44808fc 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "version": "0.0.0", "license": "MIT", "author": "Simon Reinisch ", - "packageManager": "pnpm@9.0.6", + "packageManager": "pnpm@9.11.0", "engines": { - "node": "^20" + "node": "^22" }, "scripts": { "dev": "vite --host",