Skip to content

Update to Adobe Integration started kit v.2 and fix compartibility issues #70

Update to Adobe Integration started kit v.2 and fix compartibility issues

Update to Adobe Integration started kit v.2 and fix compartibility issues #70

name: Node CI Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy:
name: Deploy to Stage
runs-on: ubuntu-latest
strategy:
max-parallel: 1
matrix:
node-version: [ 16.x, 18.x, 20.x ]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run code-check
- run: npm test