Skip to content

Updated project to include build for webviews #4

Updated project to include build for webviews

Updated project to include build for webviews #4

Workflow file for this run

name: Node CI Suite
on:
push
jobs:
test:
runs-on: ${{ matrix.os }}
name: Node Tests
strategy:
matrix:
node-version: [ 22.x ]
os: [ sfdc-hk-ubuntu-22.04-arm-xlarge ]
steps:
- name: Set up Xorg Server
run: |
sudo apt-get update
sudo apt-get install -y xorg xserver-xorg
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test