Skip to content

Translations update from transLIT #212

Translations update from transLIT

Translations update from transLIT #212

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ "senpai" ]
pull_request:
branches: [ "senpai" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: bun install
- run: npm test