HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: /var/www/javago-api-updates/node_modules/express-fileupload/.circleci/config.yml
version: 2.1
orbs:
  node: circleci/node@5.1.0
jobs:
  lintandcoverage:
    docker:
      - image: cimg/node:16.20.2
    steps:
      - checkout
      - run: npm install
      - run: npm run lint
      - run: npm run test
      - run: npm run coveralls
workflows:
  test:
    jobs:
      - lintandcoverage:
          context:
            - COVERALLS
      - node/test:
          version: '16.20.2'
          pkg-manager: npm
          filters:
            tags:
              ignore:
                - /.*/
      - node/test:
          version: '17.9.1'
          pkg-manager: npm
          filters:
            tags:
              ignore:
                - /.*/
      - node/test:
          version: '18.17.1'
          pkg-manager: npm
          filters:
            tags:
              ignore:
                - /.*/
      - node/test:
          version: '19.9.0'
          pkg-manager: npm
          filters:
            tags:
              ignore:
                - /.*/
      - node/test:
          version: '20.6.0'
          pkg-manager: npm
          filters:
            tags:
              ignore:
                - /.*/