Skip to content

build(deps): Bump axios from 1.13.3 to 1.13.4 #9285

build(deps): Bump axios from 1.13.3 to 1.13.4

build(deps): Bump axios from 1.13.3 to 1.13.4 #9285

Workflow file for this run

# SPDX-FileCopyrightText: 2020 Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
name: Node CI
on:
pull_request:
push:
branches:
- main
- master*
- next
- stable*
jobs:
build:
runs-on: ubuntu-latest
name: Build app
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup node
uses: ./.github/actions/setup-node
with:
node-version: '20'
- name: build
run: npm run build --if-present