Merge pull request #36 from bartvdbraak/renovate/actions-setup-node-3.x

This commit is contained in:
Bart van der Braak 2023-07-05 19:39:16 +02:00 committed by GitHub
commit e880d44aad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ jobs:
version: 8.6.2 version: 8.6.2
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v3.6.0 uses: actions/setup-node@v3.7.0
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
cache: pnpm cache: pnpm