Skip to content

[Snyk] Security upgrade nginx from stable-alpine to 1.26.1-alpine3.19 #9431

[Snyk] Security upgrade nginx from stable-alpine to 1.26.1-alpine3.19

[Snyk] Security upgrade nginx from stable-alpine to 1.26.1-alpine3.19 #9431

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "14"
- run: npm install -g pnpm
- run: pnpm install
- run: pnpm pretest
- run: pnpm test
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true