Skip to content

[Snyk] Security upgrade @pnp/cli-microsoft365 from 3.7.0-beta.b01397d to 10.0.0 #102

[Snyk] Security upgrade @pnp/cli-microsoft365 from 3.7.0-beta.b01397d to 10.0.0

[Snyk] Security upgrade @pnp/cli-microsoft365 from 3.7.0-beta.b01397d to 10.0.0 #102

Workflow file for this run

name: Does it build?
on:
workflow_dispatch:
inputs:
name:
description: "Why are you triggering me?"
required: false
default: "Test run"
pull_request:
branches:
- main
- dev
jobs:
build:
name: Build on Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm i
- run: npm start