Skip to content

Commit

Permalink
chore: Update dependencies (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal Nagar authored Dec 27, 2020
1 parent a937edf commit c09bc48
Show file tree
Hide file tree
Showing 6 changed files with 665 additions and 621 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ updates:
schedule:
interval: 'weekly'
day: 'saturday'
versioning-strategy: lockfile-only
reviewers:
- 'kunalnagar'
commit-message:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '14'
- name: Install npm dependencies
run: npm install
run: npm ci
- name: Install windows dependencies
run: |
sudo dpkg --add-architecture i386
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '14'
- name: Install npm dependencies
run: npm install
run: npm ci
- name: Install windows dependencies
run: |
sudo dpkg --add-architecture i386
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.18.3
14.15.0
Loading

0 comments on commit c09bc48

Please sign in to comment.