Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tovade/Andoi
Browse files Browse the repository at this point in the history
  • Loading branch information
tovade committed Feb 14, 2021
2 parents 9984265 + c34406c commit f6acebd
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 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: [14.x, 15.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

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 ci
- run: npm run build --if-present
- run: node src/index.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@k3rn31p4nic/google-translate-api": "^1.1.1",
"@top-gg/sdk": "^3.0.6",
"aki-api": "^5.2.0",
"andoi-util": "^1.0.0",
"andoi-util": "^1.2.0",
"canvacord": "^5.0.8",
"canvas": "^2.6.1",
"canvas-constructor": "^4.1.0",
Expand Down

0 comments on commit f6acebd

Please sign in to comment.