Merge pull request #4 from michaelwoods/dependabot/github_actions/actions/setup-node-v2.1.2
Bump actions/setup-node from v1 to v2.1.2
This commit is contained in:
commit
ca8b22949e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
tag-schedule: weekly
|
||||
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v2.1.2
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm ci
|
||||
|
Loading…
Reference in New Issue
Block a user