Skip to content

fix(ci): اصلاح ci #245

fix(ci): اصلاح ci

fix(ci): اصلاح ci #245

Workflow file for this run

name: Tests Package
on:
push:
branches: [dev, rls/*]
pull_request:
branches: [dev, rls/*]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
[16.x, 18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: |
npm install
npm test
# npm run build --if-present