Skip to content

[Snyk] Security upgrade nginx from 1.23.2-alpine to 1.26.2-alpine #711

[Snyk] Security upgrade nginx from 1.23.2-alpine to 1.26.2-alpine

[Snyk] Security upgrade nginx from 1.23.2-alpine to 1.26.2-alpine #711

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: project-c2-udagram CI
on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: cd project/image-filter-udagram-app/
- run: cd project/image-filter-udagram-app/ && npm ci
- run: cd project/image-filter-udagram-app/ && npm run build --if-present
#- run: cd exercises/udacity-c2-restapi/ && npm test
env:
CI: true