Skip to content

Bump follow-redirects from 1.15.3 to 1.15.4 in /wms-assistent #14

Bump follow-redirects from 1.15.3 to 1.15.4 in /wms-assistent

Bump follow-redirects from 1.15.3 to 1.15.4 in /wms-assistent #14

Workflow file for this run

name: build and test PR
on:
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
- run: npm install
- run: npm run build
- run: cd wms-assistent
- run: npm install
- run: npm run build
- run: cd ..