Skip to content

Commit a931f77

Browse files
authored
Merge pull request #31 from petr-vonage/upgrade-dependencies-for-2.0.3
Upgrade dependencies
2 parents cbca156 + 6060bd2 commit a931f77

File tree

14 files changed

+7381
-2034
lines changed

14 files changed

+7381
-2034
lines changed

.github/workflows/CD.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
with:
1212
token: ${{ secrets.REPO_ACCESS_TOKEN }}
13-
- uses: actions/setup-node@v2-beta
13+
- uses: actions/setup-node@v3
1414
with:
15-
node-version: '12'
15+
node-version: 16
1616
- name: Install dependencies
1717
run: |
1818
npm install

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
- name: Install Node.js
16-
uses: actions/setup-node@v1
16+
uses: actions/setup-node@v3
1717
with:
18-
node-version: 10.x
18+
node-version: 16
1919
- run: npm install
2020
- run: npm run lint
2121
- run: xvfb-run -a npm test

0 commit comments

Comments
 (0)