mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-24 15:04:38 +03:00
chore(deps): update actions/setup-node action to v2 (#179)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
cf26a31e11
commit
810ea51ffe
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm ci
|
||||
|
Loading…
Reference in New Issue
Block a user