Skip to content

fix split-string node-type and improve load-text-file node-type #85

fix split-string node-type and improve load-text-file node-type

fix split-string node-type and improve load-text-file node-type #85

Workflow file for this run

name: Test and build application
on:
push:
branches:
- main
env:
NX_NON_NATIVE_HASHER: true
VITE_API_URL: /
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
deployments: write
name: Test and build application
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Test application
run: npm run test
- name: Build application
run: npm run build