Skip to content

upd

upd #117

Workflow file for this run

name: Node.js CI
on: [push]
permissions: write-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
registry-url: 'https://registry.npmjs.org'
- run: npm install npm@latest -g
- run: npm install typescript -g
- run: npm install
- run: npm run build:prod