chore(deps): bump actions/setup-node from 3 to 4 (#1669)

This commit is contained in:
dependabot[bot] 2023-11-08 14:44:33 +00:00 committed by GitHub
parent 66ebc56ec3
commit 37e0ddaf78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: "20" node-version: "20"

View File

@ -81,7 +81,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
# only run steps past here if changes to docs/** directory # only run steps past here if changes to docs/** directory
- uses: actions/setup-node@v3 - uses: actions/setup-node@v4
with: with:
node-version: "18" node-version: "18"