Skip to content

fix: migration angular 17 #78

fix: migration angular 17

fix: migration angular 17 #78

Workflow file for this run

name: Test
on: push
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Run test
run: |
npm ci --force
npm run test:ci