From 18c0eabfda7179d000db3a39b41f1da946118e95 Mon Sep 17 00:00:00 2001 From: astrid Date: Thu, 25 Jul 2024 13:35:13 +0200 Subject: [PATCH] versions --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d824e18..dd5f880 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,12 +14,12 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: 'pnpm' - run: pnpm install