Skip to content

Commit

Permalink
FEC-13041: upd manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
semarche-kaltura committed Jul 6, 2023
1 parent fd4b682 commit e1d7dc8
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/run_upd_dependency.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Upgrade NPM packages

on:
workflow_dispatch:

jobs:
upgrade-packages:
name: Upgrade packages

runs-on: ubuntu-latest

steps:
- name: Checkout 🛎️
uses: actions/checkout@v2

- name: Set up Node.js ⚙️
uses: actions/setup-node@v2
with:
node-version: '16.x'

- name: Upgrade packages 🔀
run: npm update

- name: Commit and create PR 🔀
uses: peter-evans/create-pull-request@v3
with:
title: 'build(deps): Upgrade NPM packages (automated)'
branch: 'build-deps-upgrade-npm-packages-automated'
commit-message: 'build(deps): upgrade NPM packages (automated)'

0 comments on commit e1d7dc8

Please sign in to comment.