diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml new file mode 100644 index 00000000..2284b935 --- /dev/null +++ b/.github/workflows/node.js.yml @@ -0,0 +1,31 @@ +# 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: [18.x, 20.x, 22.x] + # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ + + steps: + - uses: actions/checkout@v4 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.node-version }} + cache: 'npm' + - run: npm ci + - run: npm run build --if-present + - run: npm test diff --git a/Setting.js b/Setting.js index ecfbadb7..8f4d3118 100644 --- a/Setting.js +++ b/Setting.js @@ -21,8 +21,8 @@ global.waUrl = process.env.WAURL ||"", global.website = '' ; global.THUMB_IMAGE = process.env.THUMB_IMAGE || '' ; module.exports = { - sessionName: process.env.SESSION_ID || '', - botname: process.env.BOT_NAME || 'Asta-Md', + sessionName: process.env.SESSION_ID |π™°πš‚π™Έπšƒπ™·π™°-𝙼𝙳=2ygRAa7C#b6tbpwYgOznAwbVsbgbdlvWF1fIXx4TVyn_4m2iIyoE| '', + botname: process.env.BOT_NAME |0766181355| 'Asta-Md', ownername: process.env.OWNER_NAME || `Astro`, author: process.env.PACK_AUTHER || 'Astro', auto_read_status : process.env.AUTO_READ_STATUS || 'false',