build: bump actions/setup-node from 2.5.0 to 2.5.1 (#33)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-01-03 10:48:31 +01:00
committed by GitHub
parent 5f41185d4f
commit eb905a866a
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2
- name: Setup NodeJS
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v2.5.1
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'