Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoTheThird committed Oct 2, 2021
1 parent 00c6469 commit fae268b
Show file tree
Hide file tree
Showing 5 changed files with 932 additions and 1,464 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Use Node.js 14
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: "14"
node-version: "16"

- name: Cache node modules
uses: actions/cache@v2
Expand Down Expand Up @@ -51,10 +51,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Use Node.js 14
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: "14"
node-version: "16"

- name: Cache node modules
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Version 4.0.0 includes a major re-factoring effort that touched almost every fun

## License

Original development by [Jan Sprinz](https://spri.nz) and [Marius Gripsgård](http://mariogrip.com/). Copyright (C) 2017-2020 [UBports Foundation](https://ubports.com).
Original development by [J. Sprinz](https://spri.nz) and [Marius Gripsgård](http://mariogrip.com/). Copyright (C) 2017-2021 [UBports Foundation](https://ubports.com).

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Expand Down
Loading

0 comments on commit fae268b

Please sign in to comment.