Merge pull request #15 from michaelwoods/dependabot/github_actions/actions/setup-node-v2.1.5

Bump actions/setup-node from v2.1.4 to v2.1.5
This commit is contained in:
Michael Woods 2021-03-13 19:36:43 -05:00 committed by GitHub
commit 5f2ad38d0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ jobs:
tag-schedule: weekly tag-schedule: weekly
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.1.4 uses: actions/setup-node@v2.1.5
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- run: npm ci - run: npm ci