Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

chore(deps): bump fast-xml-parser and @google-cloud/storage in /functions #50

chore(deps): bump fast-xml-parser and @google-cloud/storage in /functions

chore(deps): bump fast-xml-parser and @google-cloud/storage in /functions #50

Workflow file for this run

name: functions
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
paths:
- "functions/**"
- ".github/workflows/functions.yaml"
branches:
- main
defaults:
run:
working-directory: functions
jobs:
build:
runs-on: ubuntu-latest
name: Build and test functions
steps:
- name: Checkout Repo
uses: actions/checkout@main
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install
- run: npm run lint
- run: npm test