Skip to content

build(deps): bump semver from 5.7.1 to 5.7.2 #24

build(deps): bump semver from 5.7.1 to 5.7.2

build(deps): bump semver from 5.7.1 to 5.7.2 #24

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
name: Test with nginx ${{ matrix.nginx-version }}
strategy:
matrix:
nginx-version:
- 1.18.x
- 1.20.x
- 1.21.x
- 1.22.x
env:
NGINX_VERSION: ${{ matrix.nginx-version }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install -y ca-certificates
- uses: actions/setup-node@v3
- run: npm install
- run: npm run build
- run: npm run test
# - run: npm run lint