diff --git a/.github/workflows/node.js.buildtest.yml b/.github/workflows/node.js.buildtest.yml new file mode 100644 index 0000000..0193e32 --- /dev/null +++ b/.github/workflows/node.js.buildtest.yml @@ -0,0 +1,30 @@ +# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node +# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs + +name: Node.js CI + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + + runs-on: ubuntu-latest + + strategy: + matrix: + node-version: [14.x, 16.x, 18.x] + # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ + + steps: + - uses: actions/checkout@v3 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v3 + with: + node-version: ${{ matrix.node-version }} + cache: 'npm' + - run: npm ci + - run: npm run build --if-present diff --git a/README.md b/README.md index 6fe4887..ec25d46 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ -好耶! ![build stats](https://codebuild.ap-southeast-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiM0J2ZDJNWklZVkxBYy9pNXBQUGhTMWZzRmoxK3ZmRVdPcDlCWGwxdy85eExpblJ2NmJBTWdLNHJ3SkcxT1BoYXJLK1h3UUJodDNoaXB2WkRxd05OcldNPSIsIml2UGFyYW1ldGVyU3BlYyI6Ik9EVG9UbDY3amk5bHJiYVciLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main) +好耶! ![Github CI](https://github.com/heimoshuiyu/social-ojo.org/actions/workflows/node.js.buildtest.yml/badge.svg) ![AWS CD](https://codebuild.ap-southeast-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiM0J2ZDJNWklZVkxBYy9pNXBQUGhTMWZzRmoxK3ZmRVdPcDlCWGwxdy85eExpblJ2NmJBTWdLNHJ3SkcxT1BoYXJLK1h3UUJodDNoaXB2WkRxd05OcldNPSIsIml2UGFyYW1ldGVyU3BlYyI6Ik9EVG9UbDY3amk5bHJiYVciLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main) ## 🚀 Quick start