Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
cdded5d
Bump gh-pages from 0.12.0 to 2.1.1
dependabot-preview[bot] Oct 13, 2019
5b6a429
Bump react-scripts from 0.9.5 to 3.2.0
dependabot-preview[bot] Oct 13, 2019
ec8ee4b
Bump react-bootstrap from 0.30.10 to 0.32.4
dependabot-preview[bot] Oct 13, 2019
efa6edd
Bump react-fa from 4.2.0 to 5.0.0
dependabot-preview[bot] Oct 13, 2019
7887a3e
Bump gh-pages from 0.12.0 to 2.1.1 (#1)
Oct 13, 2019
90a3463
Bump react-scripts from 0.9.5 to 3.2.0 (#2)
Oct 13, 2019
e22218e
Bump react-bootstrap from 0.30.10 to 0.32.4 (#3)
Oct 13, 2019
4b216bf
Bump react-fa from 4.2.0 to 5.0.0 (#4)
Oct 13, 2019
45beab2
[Security] Bump axios from 0.15.3 to 0.19.0
dependabot-preview[bot] Oct 15, 2019
e2eed53
Bump react-google-charts from 1.6.6 to 2.0.29
dependabot-preview[bot] Oct 15, 2019
01758e5
Bump redux-promise-middleware from 4.4.2 to 6.1.2
dependabot-preview[bot] Nov 6, 2019
fcfa689
Bump react from 15.6.2 to 16.12.0
dependabot-preview[bot] Nov 15, 2019
7a1460c
Bump react-timestamp from 3.4.0 to 5.1.0
dependabot-preview[bot] Dec 2, 2019
982597b
Merge pull request #13 from aliglelo/dependabot/npm_and_yarn/react-ti…
Mar 17, 2020
0921c86
Merge pull request #12 from aliglelo/dependabot/npm_and_yarn/react-16…
Mar 17, 2020
9a06fd8
Merge pull request #11 from aliglelo/dependabot/npm_and_yarn/redux-pr…
Mar 17, 2020
9a44b72
Merge pull request #9 from aliglelo/dependabot/npm_and_yarn/react-goo…
Mar 17, 2020
f97ba63
Merge pull request #5 from aliglelo/dependabot/npm_and_yarn/axios-0.19.0
Mar 17, 2020
619ee6a
Create nodejs.yml
Mar 17, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [10.x, 12.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm start
- run: npm test
- run: npm run build
env:
CI: true
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
"private": true,
"homepage": "https://razat249.github.io/github-view",
"devDependencies": {
"gh-pages": "^0.12.0",
"gh-pages": "^2.1.1",
"redux-logger": "^3.0.1",
"react-scripts": "0.9.5"
"react-scripts": "3.2.0"
},
"dependencies": {
"axios": "^0.15.3",
"axios": "^0.19.0",
"bootstrap": "^3.3.7",
"react": "^15.4.2",
"react-bootstrap": "^0.30.8",
"react": "^16.12.0",
"react-bootstrap": "^0.32.4",
"react-calendar-heatmap": "^1.1.0",
"react-dom": "^15.4.2",
"react-event-timeline": "^1.2.2",
"react-fa": "^4.1.2",
"react-google-charts": "^1.5.4-alpha.1",
"react-fa": "^5.0.0",
"react-google-charts": "^2.0.29",
"react-marked": "^0.3.1",
"react-redux": "^5.0.3",
"react-timestamp": "^3.4.0",
"react-timestamp": "^5.1.0",
"redux": "^3.6.0",
"redux-devtools-extension": "^2.13.0",
"redux-promise-middleware": "^4.2.0",
"redux-promise-middleware": "^6.1.2",
"redux-thunk": "^2.2.0"
},
"scripts": {
Expand Down