Skip to content

[Snyk] Upgrade @kontent-ai/core-sdk from 10.3.0 to 10.3.1 #63

[Snyk] Upgrade @kontent-ai/core-sdk from 10.3.0 to 10.3.1

[Snyk] Upgrade @kontent-ai/core-sdk from 10.3.0 to 10.3.1 #63

Workflow file for this run

name: Test
on: [pull_request]
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run test:all