Browse Source

CI: update action's versions

pull/849/head
Vitaly Puzrin 2 years ago
parent
commit
6a5bf2d41b
  1. 4
      .github/workflows/ci.yml

4
.github/workflows/ci.yml

@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1 uses: actions/setup-node@v2
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
@ -32,6 +32,6 @@ jobs:
run: npm run report-coveralls run: npm run report-coveralls
- name: Upload coverage report to coveralls.io - name: Upload coverage report to coveralls.io
uses: coverallsapp/github-action@v1.1.2 uses: coverallsapp/github-action@master
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save