Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslansagitov committed Jan 1, 2024
1 parent 835d6a1 commit eaf469e
Show file tree
Hide file tree
Showing 4 changed files with 669 additions and 567 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache
uses: actions/cache@v3
Expand All @@ -25,9 +25,9 @@ jobs:
${{ runner.os }}-
- name: NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
registry-url: https://registry.npmjs.org/

- name: Install
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
DISPLAY: ':0'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache
uses: actions/cache@v3
Expand All @@ -32,9 +32,9 @@ jobs:
${{ runner.os }}-
- name: NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
registry-url: https://registry.npmjs.org/

- name: Install
Expand Down Expand Up @@ -66,13 +66,13 @@ jobs:
KARMA_COVERAGE: lcovonly

- name: Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ${{ github.workspace }}/coverage/chrome/lcov.info

- name: CodeClimate
uses: paambaati/codeclimate-action@v3.0.0
uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
Expand Down
Loading

0 comments on commit eaf469e

Please sign in to comment.