Skip to content

ci(github): fix url pkgs to pkg #252

ci(github): fix url pkgs to pkg

ci(github): fix url pkgs to pkg #252

Workflow file for this run

name: Tests Packages
on:
push:
branches: [dev, rls/*]
pull_request:
branches: [dev, rls/*]
jobs:
tests-pkgs:
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 }}
- name: Install dependencies
shell: bash
run: |
npm install
npm test
# npm run build --if-present