Skip to content

Add host XUID to session object #108

Add host XUID to session object

Add host XUID to session object #108

Workflow file for this run

name: CI
on:
push:
paths-ignore:
- '.gitignore'
- 'appveyor.yml'
- 'hero.jpg'
- 'README.md'
pull_request:
paths-ignore:
- '.gitignore'
- 'appveyor.yml'
- 'hero.jpg'
- 'README.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install
run: npm install
- name: Test
run: npm test
- name: Build
run: npm run build
- uses: actions/upload-artifact@v4
with:
name: Xenia-WebServices
path: dist
if-no-files-found: error