Skip to content

chore(backend): update to Directus 10 #70

chore(backend): update to Directus 10

chore(backend): update to Directus 10 #70

Workflow file for this run

name: Test
on:
push:
branches:
- main
- staging
pull_request:
branches:
- main
- staging
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '18.x'
- run: npm ci
- run: npm test
env:
CI: true