Skip to content

Updated to node20

Updated to node20 #3

Workflow file for this run

on: [pull_request, push]
jobs:
# The main CI workflow; installs dependencies, runs eslint, prettier, and jest.
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
# TODO: Return it back later after urgent fix
# - run: npm run lint
- run: npm run build
- run: npm run test