Skip to content

fix(deps): bump @rollup/rollup-linux-x64-gnu from 4.22.4 to 4.22.5 (#… #895

fix(deps): bump @rollup/rollup-linux-x64-gnu from 4.22.4 to 4.22.5 (#…

fix(deps): bump @rollup/rollup-linux-x64-gnu from 4.22.4 to 4.22.5 (#… #895

Workflow file for this run

name: 'Node'
on:
push:
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛬
uses: actions/checkout@v4
- name: Setup Node ⚙️
uses: ./.github/actions/setup-node
- name: Build typescript 📦
run: npm run build && find dist/main.js
- name: Lint code 💅
run: npm run lint
- name: Run tests ✅
run: npm run test