Update CI workflow for Node.js setup and wrap App component with ToastProvider for notifications

This commit is contained in:
PEDZEO
2026-01-19 00:17:16 +03:00
parent 75499cc476
commit 429ab40197
2 changed files with 14 additions and 2 deletions

View File

@@ -9,7 +9,16 @@ jobs:
runs-on: ubuntu-latest
steps:
@@ -24,39 +24,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run ESLint