Skip to content

Commit

Permalink
Merge pull request #22 from UniversityofWarwick/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
WarwickGoatee authored Oct 15, 2020
2 parents 0f2be93 + 120b0db commit 8df1625
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@master
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -24,4 +24,4 @@ jobs:
yarn test
env:
CI: true
FONTAWESOME_NPM_AUTH_TOKEN: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}
FONTAWESOME_NPM_AUTH_TOKEN: ${{ secrets.FA_PRO_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@universityofwarwick/statuspage-widget",
"version": "0.0.6",
"version": "0.0.7",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.25",
"@fortawesome/pro-light-svg-icons": "5.11.2",
Expand Down

0 comments on commit 8df1625

Please sign in to comment.