Update actions/setup-node action to v3.8.2

This commit is contained in:
renovate[bot] 2023-10-23 18:09:05 +00:00 committed by GitHub
parent 058e9fca77
commit 78e30343f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ jobs:
submodules: recursive
- name: Setup Node.js with npm
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v3.8.2
with:
check-latest: true
node-version: ${{ env.NODE_JS_VERSION }}