Skip to content

[Snyk] Security upgrade @nx/angular from 19.3.1 to 19.6.0 #1059

[Snyk] Security upgrade @nx/angular from 19.3.1 to 19.6.0

[Snyk] Security upgrade @nx/angular from 19.3.1 to 19.6.0 #1059

Workflow file for this run

# 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: Node.js CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20', '18.19.1']
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: pnpm install
- name: Build
run: |
pnpx nx run-many --target=build --all
env:
CI: true