From 63463f2df23aa0aaeaf7e8a7ad0598b5839e6448 Mon Sep 17 00:00:00 2001 From: Patrick Pircher Date: Tue, 26 Nov 2024 11:28:54 +0100 Subject: [PATCH] latest --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bbc67f..808e5a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 + with: + version: 'latest' - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: @@ -50,6 +52,8 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - uses: pnpm/action-setup@v4 + with: + version: 'latest' - name: Use Node.js uses: actions/setup-node@v4 with: