ci: bump actions/setup-node from 3.0.0 to 3.1.0 (#574)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-04-04 12:35:35 +09:00 committed by GitHub
parent 7d27b3ca0d
commit 2f2b8d32b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ jobs:
id: nvm id: nvm
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v3.0.0 uses: actions/setup-node@v3.1.0
with: with:
node-version: '${{ steps.nvm.outputs.NVMRC }}' node-version: '${{ steps.nvm.outputs.NVMRC }}'