Skip to content

Update IGNFR urls

Update IGNFR urls #268

Workflow file for this run

name: Node.js CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: bahmutov/npm-install@v1
- run: cp apps/fxc-front/src/app/keys.ts.dist apps/fxc-front/src/app/keys.ts
- run: cp libs/common/src/lib/keys.ts.dist libs/common/src/lib/keys.ts
- name: 'Test'
env:
NODE_OPTIONS: '--max_old_space_size=4096'
run: npx nx run-many --target=test