Merge pull request #17199 from timvandermeij/setup-node-4

Upgrade `setup-node` to version 4 in the GitHub Actions workflows
This commit is contained in:
Tim van der Meij 2023-10-29 11:44:28 +01:00 committed by GitHub
commit 355bce28f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- name: Use Node.js 18 LTS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'

View File

@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- name: Use Node.js 18 LTS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'