Skip to content

chore(deps-dev): Bump http-proxy-middleware from 2.0.7 to 2.0.9 #594

chore(deps-dev): Bump http-proxy-middleware from 2.0.7 to 2.0.9

chore(deps-dev): Bump http-proxy-middleware from 2.0.7 to 2.0.9 #594

Workflow file for this run

# This workflow is provided via the organization template repository
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
#
# SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT
name: Node tests
on:
pull_request:
push:
branches:
- master
- stable*
jobs:
test:
runs-on: ubuntu-latest
name: test
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up node
uses: actions/setup-node@v3
- name: Install dependencies
run: npm ci
- name: Test
run: npm test