Skip to content

Upgrade GitHub actions #186

Upgrade GitHub actions

Upgrade GitHub actions #186

Workflow file for this run

name: Build
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Build
run: |
npm install
npm run build
env:
LTC_BASEPATH: '/client'