Skip to content

Bump follow-redirects from 1.15.4 to 1.15.6 in /example-embedded-app … #23

Bump follow-redirects from 1.15.4 to 1.15.6 in /example-embedded-app …

Bump follow-redirects from 1.15.4 to 1.15.6 in /example-embedded-app … #23

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18.x"
- run: npm ci
- run: npm run build